#DEEF84

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

Shades of Mindaro #DEEF84

Tints of Mindaro #DEEF84

Color information

#DEEF84 (or 0xDEEF84) is unknown color: approx Mindaro. HEX triplet: DE, EF and 84. RGB value is (222,239,132). Sum of RGB (Red+Green+Blue) = 222+239+132=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 132 (51.95% from 255 or 22.26% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEF84 is #21107B. Grayscale: #DEDEDE. Windows color (decimal): -2166908 or 8712158. OLE color: 8712158.

HSL color Cylindrical-coordinate representation of color #DEEF84: hue angle of 69.53º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEEF84 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB222239132-
CMYK0.0700.450.06
HSL69.53º76.98%72.75%-
HSV(B)69.53º44.77%93.73%-
XYZ65.1678.9333.63-
YUV221.7277.37128.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 239 (93.75% from 255) = 40.30%
BLUE value IS 132 (51.95% from 255) = 22.26%
R=37.44%
G=40.30%
B=22.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222391320.0700.450.0669.5376.9872.75
HexDEEF84702D6464d49
Octal33635720470556106115111
Binary1101111011101111100001001110101101110100011010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEF84; }

 p { color: rgb(222,239,132); }

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

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

 a { background-color: rgb(222,239,132); }

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

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

 span { border-color: rgb(222,239,132); }

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