Html Css Color HEX #D9E964 Mindaro

📋 copy color: '#D9E964'

red 217 ◦ green 233 ◦ blue 100

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

Shades of Mindaro #D9E964

Tints of Mindaro #D9E964

RGB

 RED value IS 217 (85.16% from 255) = 39.45%

 GREEN value IS 233 (91.41% from 255) = 42.36%

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

R = 39.45%
G = 42.36%
B = 18.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#D9E964 (or 0xD9E964) is known color: Mindaro. HEX triplet: D9, E9 and 64. RGB value is (217,233,100). Sum of RGB (Red+Green+Blue) = 217+233+100=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 100 (39.45% from 255 or 18.18% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E964 is #26169B. Grayscale: #D5D5D5. Windows color (decimal): -2496156 or 6613465. OLE color: 6613465.

HSL color Cylindrical-coordinate representation of color #D9E964: hue angle of 67.22º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9E964 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 233 100 -
CMYK 0.07 0 0.57 0.09
HSL 67.22º 0.75% 0.65% -
HSV(B) 67.22º 0.57% 0.91% -
XYZ 60.05 73.95 23.17 -
YUV 213.05 64.2 130.81 -
System Red Green Blue C M Y K H S L
Decimal 217 233 100 0.07 0 0.57 0.09 67.22 0.75 0.65
Hex D9 E9 64 7 0 39 9 43 4B 41
Octal 331 351 144 7 0 71 11 103 113 101
Binary 11011001 11101001 1100100 111 0 111001 1001 1000011 1001011 1000001

Color Harmonies of #D9E964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E964

Black with #D9E964

Text Example


Text Example

White with #D9E964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E964; }

 p { color: rgb(217,233,100); }

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

background-color css

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

 a { background-color: rgb(217,233,100); }

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

border-color css

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

 span { border-color: rgb(217,233,100); }

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