Html Css Color HEX #DEE96A Mindaro

📋 copy color: '#DEE96A'

red 222 ◦ green 233 ◦ blue 106

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

Shades of Mindaro #DEE96A

Tints of Mindaro #DEE96A

RGB

 RED value IS 222 (87.11% from 255) = 39.57%

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

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

R = 39.57%
G = 41.53%
B = 18.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#DEE96A (or 0xDEE96A) is known color: Mindaro. HEX triplet: DE, E9 and 6A. RGB value is (222,233,106). Sum of RGB (Red+Green+Blue) = 222+233+106=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 106 (41.80% from 255 or 18.89% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE96A is #211695. Grayscale: #D7D7D7. Windows color (decimal): -2168470 or 7006686. OLE color: 7006686.

HSL color Cylindrical-coordinate representation of color #DEE96A: hue angle of 65.2º 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 #DEE96A is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 233 106 -
CMYK 0.05 0 0.55 0.09
HSL 65.2º 0.74% 0.66% -
HSV(B) 65.2º 0.55% 0.91% -
XYZ 61.86 74.85 24.82 -
YUV 215.23 66.36 132.83 -
System Red Green Blue C M Y K H S L
Decimal 222 233 106 0.05 0 0.55 0.09 65.2 0.74 0.66
Hex DE E9 6A 5 0 37 9 41 4A 42
Octal 336 351 152 5 0 67 11 101 112 102
Binary 11011110 11101001 1101010 101 0 110111 1001 1000001 1001010 1000010

Color Harmonies of #DEE96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE96A

Black with #DEE96A

Text Example


Text Example

White with #DEE96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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