#DEFF8E

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

Shades of Reef #DEFF8E

Tints of Reef #DEFF8E

Color information

#DEFF8E (or 0xDEFF8E) is unknown color: approx Reef. HEX triplet: DE, FF and 8E. RGB value is (222,255,142). Sum of RGB (Red+Green+Blue) = 222+255+142=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 142 (55.86% from 255 or 22.94% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFF8E is #210071. Grayscale: #E8E8E8. Windows color (decimal): -2162802 or 9371614. OLE color: 9371614.

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

Color convert

RGB222255142-
CMYK0.1300.440
HSL77.52º100%77.84%-
HSV(B)77.52º44.31%100%-
XYZ70.778939.04-
YUV232.2577.07120.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 255 (100% from 255) = 41.20%
BLUE value IS 142 (55.86% from 255) = 22.94%
R=35.86%
G=41.20%
B=22.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551420.1300.44077.5210077.84
HexDEFF8ED02C04e644e
Octal336377216150540116144116
Binary110111101111111110001110110101011000100111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFF8E; }

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

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

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

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

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

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

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

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