Html Css Color HEX #D9E96A Mindaro

📋 copy color: '#D9E96A'

red 217 ◦ green 233 ◦ blue 106

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

Shades of Mindaro #D9E96A

Tints of Mindaro #D9E96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.06%

R = 39.03%
G = 41.91%
B = 19.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#D9E96A (or 0xD9E96A) is known color: Mindaro. HEX triplet: D9, E9 and 6A. RGB value is (217,233,106). Sum of RGB (Red+Green+Blue) = 217+233+106=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E96A is #261695. Grayscale: #D6D6D6. Windows color (decimal): -2496150 or 7006681. OLE color: 7006681.

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

Color convert

RGB 217 233 106 -
CMYK 0.07 0 0.55 0.09
HSL 67.56º 0.74% 0.66% -
HSV(B) 67.56º 0.55% 0.91% -
XYZ 60.36 74.07 24.75 -
YUV 213.74 67.2 130.33 -
System Red Green Blue C M Y K H S L
Decimal 217 233 106 0.07 0 0.55 0.09 67.56 0.74 0.66
Hex D9 E9 6A 7 0 37 9 44 4A 42
Octal 331 351 152 7 0 67 11 104 112 102
Binary 11011001 11101001 1101010 111 0 110111 1001 1000100 1001010 1000010

Color Harmonies of #D9E96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E96A

Black with #D9E96A

Text Example


Text Example

White with #D9E96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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