Html Css Color HEX #DEE475 Mindaro

📋 copy color: '#DEE475'

red 222 ◦ green 228 ◦ blue 117

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

Shades of Mindaro #DEE475

Tints of Mindaro #DEE475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.63%

R = 39.15%
G = 40.21%
B = 20.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#DEE475 (or 0xDEE475) is known color: Mindaro. HEX triplet: DE, E4 and 75. RGB value is (222,228,117). Sum of RGB (Red+Green+Blue) = 222+228+117=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE475 is #211B8A. Grayscale: #D5D5D5. Windows color (decimal): -2169739 or 7726302. OLE color: 7726302.

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

Color convert

RGB 222 228 117 -
CMYK 0.03 0 0.49 0.11
HSL 63.24º 0.67% 0.68% -
HSV(B) 63.24º 0.49% 0.89% -
XYZ 61.08 72.3 27.57 -
YUV 213.55 73.51 134.03 -
System Red Green Blue C M Y K H S L
Decimal 222 228 117 0.03 0 0.49 0.11 63.24 0.67 0.68
Hex DE E4 75 3 0 31 B 3F 43 44
Octal 336 344 165 3 0 61 13 77 103 104
Binary 11011110 11100100 1110101 11 0 110001 1011 111111 1000011 1000100

Color Harmonies of #DEE475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE475

Black with #DEE475

Text Example


Text Example

White with #DEE475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE475; }

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

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

background-color css

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

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

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

border-color css

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

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

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