#DEEE7C

Color #DEEE7C Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DEEE7C

Tints of Mindaro #DEEE7C

Color information

#DEEE7C (or 0xDEEE7C) is unknown color: approx Mindaro. HEX triplet: DE, EE and 7C. RGB value is (222,238,124). Sum of RGB (Red+Green+Blue) = 222+238+124=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 124 (48.83% from 255 or 21.23% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEE7C is #211183. Grayscale: #DCDCDC. Windows color (decimal): -2167172 or 8187614. OLE color: 8187614.

HSL color Cylindrical-coordinate representation of color #DEEE7C: hue angle of 68.42º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEEE7C is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB222238124-
CMYK0.0700.480.07
HSL68.42º77.03%70.98%-
HSV(B)68.42º47.9%93.33%-
XYZ64.3478.1330.76-
YUV220.2273.7129.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.01%
GREEN value IS 238 (93.36% from 255) = 40.75%
BLUE value IS 124 (48.83% from 255) = 21.23%
R=38.01%
G=40.75%
B=21.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222381240.0700.480.0768.4277.0370.98
HexDEEE7C70307444d47
Octal33635617470607104115107
Binary110111101110111011111001110110000111100010010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEE7C; }

 p { color: rgb(222,238,124); }

 H1.HeaderClassName
 {
   color: #DEEE7C;
 }
 .AnyTagClassName
 {
   color: #DEEE7C;
 }
</style>
background-color css

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

 a { background-color: rgb(222,238,124); }

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

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

 span { border-color: rgb(222,238,124); }

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