#DEFE9F

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

Shades of Reef #DEFE9F

Tints of Reef #DEFE9F

Color information

#DEFE9F (or 0xDEFE9F) is unknown color: approx Reef. HEX triplet: DE, FE and 9F. RGB value is (222,254,159). Sum of RGB (Red+Green+Blue) = 222+254+159=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 159 (62.5% from 255 or 25.04% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFE9F is #210160. Grayscale: #E9E9E9. Windows color (decimal): -2163041 or 10485470. OLE color: 10485470.

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

Color convert

RGB222254159-
CMYK0.1300.370.00
HSL80.21º97.94%80.98%-
HSV(B)80.21º37.4%99.61%-
XYZ71.8288.9246.18-
YUV233.685.9119.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 254 (99.61% from 255) = 40%
BLUE value IS 159 (62.5% from 255) = 25.04%
R=34.96%
G=40%
B=25.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541590.1300.370.0080.2197.9480.98
HexDEFE9FD0250506251
Octal336376237150450120142121
Binary110111101111111010011111110101001010101000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFE9F; }

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

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

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

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

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

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

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

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