Html Css Color HEX #DEE870 Mindaro

📋 copy color: '#DEE870'

red 222 ◦ green 232 ◦ blue 112

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

Shades of Mindaro #DEE870

Tints of Mindaro #DEE870

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.99%

 BLUE value IS 112 (44.14% from 255) = 19.79%

R = 39.22%
G = 40.99%
B = 19.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#DEE870 (or 0xDEE870) is known color: Mindaro. HEX triplet: DE, E8 and 70. RGB value is (222,232,112). Sum of RGB (Red+Green+Blue) = 222+232+112=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE870 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE870 is #21178F. Grayscale: #D7D7D7. Windows color (decimal): -2168720 or 7399646. OLE color: 7399646.

HSL color Cylindrical-coordinate representation of color #DEE870: hue angle of 65º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEE870 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 232 112 -
CMYK 0.04 0 0.52 0.09
HSL 65º 0.72% 0.67% -
HSV(B) 65º 0.52% 0.91% -
XYZ 61.91 74.41 26.43 -
YUV 215.33 69.69 132.76 -
System Red Green Blue C M Y K H S L
Decimal 222 232 112 0.04 0 0.52 0.09 65 0.72 0.67
Hex DE E8 70 4 0 34 9 41 48 43
Octal 336 350 160 4 0 64 11 101 110 103
Binary 11011110 11101000 1110000 100 0 110100 1001 1000001 1001000 1000011

Color Harmonies of #DEE870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE870

Black with #DEE870

Text Example


Text Example

White with #DEE870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE870; }

 p { color: rgb(222,232,112); }

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

background-color css

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

 a { background-color: rgb(222,232,112); }

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

border-color css

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

 span { border-color: rgb(222,232,112); }

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