Html Css Color HEX #D3E164 Mindaro

📋 copy color: '#D3E164'

red 211 ◦ green 225 ◦ blue 100

#D3E164
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #D3E164

Tints of Mindaro #D3E164

RGB

 RED value IS 211 (82.81% from 255) = 39.37%

 GREEN value IS 225 (88.28% from 255) = 41.98%

 BLUE value IS 100 (39.45% from 255) = 18.66%

R = 39.37%
G = 41.98%
B = 18.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D3E164 (or 0xD3E164) is known color: Mindaro. HEX triplet: D3, E1 and 64. RGB value is (211,225,100). Sum of RGB (Red+Green+Blue) = 211+225+100=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E164 is #2C1E9B. Grayscale: #CFCFCF. Windows color (decimal): -2891420 or 6611411. OLE color: 6611411.

HSL color Cylindrical-coordinate representation of color #D3E164: hue angle of 66.72º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3E164 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 225 100 -
CMYK 0.06 0 0.56 0.12
HSL 66.72º 0.68% 0.64% -
HSV(B) 66.72º 0.56% 0.88% -
XYZ 56.09 68.62 22.35 -
YUV 206.56 67.86 131.16 -
System Red Green Blue C M Y K H S L
Decimal 211 225 100 0.06 0 0.56 0.12 66.72 0.68 0.64
Hex D3 E1 64 6 0 38 C 43 44 40
Octal 323 341 144 6 0 70 14 103 104 100
Binary 11010011 11100001 1100100 110 0 111000 1100 1000011 1000100 1000000

Color Harmonies of #D3E164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E164

Black with #D3E164

Text Example


Text Example

White with #D3E164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E164; }

 p { color: rgb(211,225,100); }

 H1.HeaderClassName
 {
   color: #D3E164;
 }
 .AnyTagClassName
 {
   color: #D3E164;
 }
</style>

background-color css

<style>
 a { background-color: #D3E164; }

 a { background-color: rgb(211,225,100); }

 div.DivClassName
 {
   background-color: #D3E164;
 }
 .BgClassName
 {
   background-color: #D3E164;
 }
</style>

border-color css

<style>
 span { border-color: #D3E164; }

 span { border-color: rgb(211,225,100); }

 td.TdClassName
 {
   border-color: #D3E164;
 }
 .TagClassName
 {
   border-color: #D3E164;
 }
</style>