#DEEF9A

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

Shades of Reef #DEEF9A

Tints of Reef #DEEF9A

Color information

#DEEF9A (or 0xDEEF9A) is unknown color: approx Reef. HEX triplet: DE, EF and 9A. RGB value is (222,239,154). Sum of RGB (Red+Green+Blue) = 222+239+154=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 154 (60.55% from 255 or 25.04% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEF9A is #211065. Grayscale: #E0E0E0. Windows color (decimal): -2166886 or 10153950. OLE color: 10153950.

HSL color Cylindrical-coordinate representation of color #DEEF9A: hue angle of 72º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEEF9A is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB222239154-
CMYK0.0700.360.06
HSL72º72.65%77.06%-
HSV(B)72º35.56%93.73%-
XYZ66.8279.642.41-
YUV224.2388.37126.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.10%
GREEN value IS 239 (93.75% from 255) = 38.86%
BLUE value IS 154 (60.55% from 255) = 25.04%
R=36.10%
G=38.86%
B=25.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222391540.0700.360.067272.6577.06
HexDEEF9A7024648494d
Octal33635723270446110111115
Binary1101111011101111100110101110100100110100100010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEF9A; }

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

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

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

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

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

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

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

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