Html Css Color HEX #DEE570 Mindaro

📋 copy color: '#DEE570'

red 222 ◦ green 229 ◦ blue 112

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

Shades of Mindaro #DEE570

Tints of Mindaro #DEE570

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.67%

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

R = 39.43%
G = 40.67%
B = 19.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#DEE570 (or 0xDEE570) is known color: Mindaro. HEX triplet: DE, E5 and 70. RGB value is (222,229,112). Sum of RGB (Red+Green+Blue) = 222+229+112=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE570 is #211A8F. Grayscale: #D6D6D6. Windows color (decimal): -2169488 or 7398878. OLE color: 7398878.

HSL color Cylindrical-coordinate representation of color #DEE570: hue angle of 63.59º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEE570 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 229 112 -
CMYK 0.03 0 0.51 0.10
HSL 63.59º 0.69% 0.67% -
HSV(B) 63.59º 0.51% 0.9% -
XYZ 61.07 72.74 26.15 -
YUV 213.57 70.68 134.01 -
System Red Green Blue C M Y K H S L
Decimal 222 229 112 0.03 0 0.51 0.10 63.59 0.69 0.67
Hex DE E5 70 3 0 33 A 40 45 43
Octal 336 345 160 3 0 63 12 100 105 103
Binary 11011110 11100101 1110000 11 0 110011 1010 1000000 1000101 1000011

Color Harmonies of #DEE570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE570

Black with #DEE570

Text Example


Text Example

White with #DEE570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE570; }

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

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

background-color css

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

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

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

border-color css

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

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

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