#DEFEA7

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

Shades of Reef #DEFEA7

Tints of Reef #DEFEA7

Color information

#DEFEA7 (or 0xDEFEA7) is unknown color: approx Reef. HEX triplet: DE, FE and A7. RGB value is (222,254,167). Sum of RGB (Red+Green+Blue) = 222+254+167=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 167 (65.62% from 255 or 25.97% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFEA7 is #210158. Grayscale: #EAEAEA. Windows color (decimal): -2163033 or 11009758. OLE color: 11009758.

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

Color convert

RGB222254167-
CMYK0.1300.340.00
HSL82.07º97.75%82.55%-
HSV(B)82.07º34.25%99.61%-
XYZ72.5489.249.95-
YUV234.5189.9119.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 254 (99.61% from 255) = 39.50%
BLUE value IS 167 (65.62% from 255) = 25.97%
R=34.53%
G=39.50%
B=25.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541670.1300.340.0082.0797.7582.55
HexDEFEA7D0220526253
Octal336376247150420122142123
Binary110111101111111010100111110101000100101001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEA7; }

 p { color: rgb(222,254,167); }

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

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

 a { background-color: rgb(222,254,167); }

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

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

 span { border-color: rgb(222,254,167); }

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