Html Css Color HEX #DEE97C Mindaro

📋 copy color: '#DEE97C'

red 222 ◦ green 233 ◦ blue 124

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

Shades of Mindaro #DEE97C

Tints of Mindaro #DEE97C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.42%

R = 38.34%
G = 40.24%
B = 21.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#DEE97C (or 0xDEE97C) is known color: Mindaro. HEX triplet: DE, E9 and 7C. RGB value is (222,233,124). Sum of RGB (Red+Green+Blue) = 222+233+124=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE97C is #211683. Grayscale: #D9D9D9. Windows color (decimal): -2168452 or 8186334. OLE color: 8186334.

HSL color Cylindrical-coordinate representation of color #DEE97C: hue angle of 66.06º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEE97C is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 233 124 -
CMYK 0.05 0 0.47 0.09
HSL 66.06º 0.71% 0.7% -
HSV(B) 66.06º 0.47% 0.91% -
XYZ 62.9 75.26 30.28 -
YUV 217.29 75.36 131.36 -
System Red Green Blue C M Y K H S L
Decimal 222 233 124 0.05 0 0.47 0.09 66.06 0.71 0.7
Hex DE E9 7C 5 0 2F 9 42 47 46
Octal 336 351 174 5 0 57 11 102 107 106
Binary 11011110 11101001 1111100 101 0 101111 1001 1000010 1000111 1000110

Color Harmonies of #DEE97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE97C

Black with #DEE97C

Text Example


Text Example

White with #DEE97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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