#DEFC9C

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

Shades of Reef #DEFC9C

Tints of Reef #DEFC9C

Color information

#DEFC9C (or 0xDEFC9C) is unknown color: approx Reef. HEX triplet: DE, FC and 9C. RGB value is (222,252,156). Sum of RGB (Red+Green+Blue) = 222+252+156=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 156 (61.33% from 255 or 24.76% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFC9C is #210363. Grayscale: #E8E8E8. Windows color (decimal): -2163556 or 10288350. OLE color: 10288350.

HSL color Cylindrical-coordinate representation of color #DEFC9C: hue angle of 78.75º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEFC9C is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB222252156-
CMYK0.1200.380.01
HSL78.75º94.12%80%-
HSV(B)78.75º38.1%98.82%-
XYZ70.9487.5544.61-
YUV232.0985.06120.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.24%
GREEN value IS 252 (98.83% from 255) = 40%
BLUE value IS 156 (61.33% from 255) = 24.76%
R=35.24%
G=40%
B=24.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222521560.1200.380.0178.7594.1280
HexDEFC9CC02614f5e50
Octal336374234140461117136120
Binary110111101111110010011100110001001101100111110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFC9C; }

 p { color: rgb(222,252,156); }

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

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

 a { background-color: rgb(222,252,156); }

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

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

 span { border-color: rgb(222,252,156); }

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