#DEEF83

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

Shades of Mindaro #DEEF83

Tints of Mindaro #DEEF83

Color information

#DEEF83 (or 0xDEEF83) is unknown color: approx Mindaro. HEX triplet: DE, EF and 83. RGB value is (222,239,131). Sum of RGB (Red+Green+Blue) = 222+239+131=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 131 (51.56% from 255 or 22.13% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEF83 is #21107C. Grayscale: #DEDEDE. Windows color (decimal): -2166909 or 8646622. OLE color: 8646622.

HSL color Cylindrical-coordinate representation of color #DEEF83: hue angle of 69.44º 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 #DEEF83 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB222239131-
CMYK0.0700.450.06
HSL69.44º77.14%72.55%-
HSV(B)69.44º45.19%93.73%-
XYZ65.0978.933.27-
YUV221.676.87128.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 239 (93.75% from 255) = 40.37%
BLUE value IS 131 (51.56% from 255) = 22.13%
R=37.5%
G=40.37%
B=22.13%

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
Decimal2222391310.0700.450.0669.4477.1472.55
HexDEEF83702D6454d49
Octal33635720370556105115111
Binary1101111011101111100000111110101101110100010110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEF83; }

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

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

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

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

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

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

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

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