#DEFF72

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

Shades of Mindaro #DEFF72

Tints of Mindaro #DEFF72

Color information

#DEFF72 (or 0xDEFF72) is unknown color: approx Mindaro. HEX triplet: DE, FF and 72. RGB value is (222,255,114). Sum of RGB (Red+Green+Blue) = 222+255+114=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 114 (44.92% from 255 or 19.29% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF72 is #21008D. Grayscale: #E5E5E5. Windows color (decimal): -2162830 or 7536606. OLE color: 7536606.

HSL color Cylindrical-coordinate representation of color #DEFF72: hue angle of 74.04º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEFF72 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB222255114-
CMYK0.1300.550
HSL74.04º100%72.35%-
HSV(B)74.04º55.29%100%-
XYZ68.9288.2629.32-
YUV229.0663.07122.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.56%
GREEN value IS 255 (100% from 255) = 43.15%
BLUE value IS 114 (44.92% from 255) = 19.29%
R=37.56%
G=43.15%
B=19.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551140.1300.55074.0410072.35
HexDEFF72D03704a6448
Octal336377162150670112144110
Binary11011110111111111110010110101101110100101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFF72; }

 p { color: rgb(222,255,114); }

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

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

 a { background-color: rgb(222,255,114); }

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

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

 span { border-color: rgb(222,255,114); }

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