Html Css Color HEX #DEE770 Mindaro

📋 copy color: '#DEE770'

red 222 ◦ green 231 ◦ blue 112

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

Shades of Mindaro #DEE770

Tints of Mindaro #DEE770

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.88%

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

R = 39.29%
G = 40.88%
B = 19.82%

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

#DEE770 (or 0xDEE770) is known color: Mindaro. HEX triplet: DE, E7 and 70. RGB value is (222,231,112). Sum of RGB (Red+Green+Blue) = 222+231+112=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE770 is #21188F. Grayscale: #D7D7D7. Windows color (decimal): -2168976 or 7399390. OLE color: 7399390.

HSL color Cylindrical-coordinate representation of color #DEE770: hue angle of 64.54º degrees, saturation: 0.71, 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 #DEE770 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 231 112 -
CMYK 0.04 0 0.52 0.09
HSL 64.54º 0.71% 0.67% -
HSV(B) 64.54º 0.52% 0.91% -
XYZ 61.62 73.85 26.34 -
YUV 214.74 70.02 133.18 -
System Red Green Blue C M Y K H S L
Decimal 222 231 112 0.04 0 0.52 0.09 64.54 0.71 0.67
Hex DE E7 70 4 0 34 9 41 47 43
Octal 336 347 160 4 0 64 11 101 107 103
Binary 11011110 11100111 1110000 100 0 110100 1001 1000001 1000111 1000011

Color Harmonies of #DEE770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE770

Black with #DEE770

Text Example


Text Example

White with #DEE770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE770; }

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

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

background-color css

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

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

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

border-color css

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

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

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