Html Css Color HEX #DEE478 Mindaro

📋 copy color: '#DEE478'

red 222 ◦ green 228 ◦ blue 120

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

Shades of Mindaro #DEE478

Tints of Mindaro #DEE478

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40%

 BLUE value IS 120 (47.27% from 255) = 21.05%

R = 38.95%
G = 40%
B = 21.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#DEE478 (or 0xDEE478) is known color: Mindaro. HEX triplet: DE, E4 and 78. RGB value is (222,228,120). Sum of RGB (Red+Green+Blue) = 222+228+120=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE478 is #211B87. Grayscale: #D6D6D6. Windows color (decimal): -2169736 or 7922910. OLE color: 7922910.

HSL color Cylindrical-coordinate representation of color #DEE478: hue angle of 63.33º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEE478 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 228 120 -
CMYK 0.03 0 0.47 0.11
HSL 63.33º 0.67% 0.68% -
HSV(B) 63.33º 0.47% 0.89% -
XYZ 61.26 72.37 28.51 -
YUV 213.89 75.01 133.78 -
System Red Green Blue C M Y K H S L
Decimal 222 228 120 0.03 0 0.47 0.11 63.33 0.67 0.68
Hex DE E4 78 3 0 2F B 3F 43 44
Octal 336 344 170 3 0 57 13 77 103 104
Binary 11011110 11100100 1111000 11 0 101111 1011 111111 1000011 1000100

Color Harmonies of #DEE478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE478

Black with #DEE478

Text Example


Text Example

White with #DEE478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE478; }

 p { color: rgb(222,228,120); }

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

background-color css

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

 a { background-color: rgb(222,228,120); }

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

border-color css

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

 span { border-color: rgb(222,228,120); }

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