#DEFB9C

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

Shades of Reef #DEFB9C

Tints of Reef #DEFB9C

Color information

#DEFB9C (or 0xDEFB9C) is unknown color: approx Reef. HEX triplet: DE, FB and 9C. RGB value is (222,251,156). Sum of RGB (Red+Green+Blue) = 222+251+156=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 156 (61.33% from 255 or 24.80% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFB9C is #210463. Grayscale: #E7E7E7. Windows color (decimal): -2163812 or 10288094. OLE color: 10288094.

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

Color convert

RGB222251156-
CMYK0.1200.380.02
HSL78.32º92.23%79.8%-
HSV(B)78.32º37.85%98.43%-
XYZ70.6286.9244.51-
YUV231.585.39121.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.29%
GREEN value IS 251 (98.44% from 255) = 39.90%
BLUE value IS 156 (61.33% from 255) = 24.80%
R=35.29%
G=39.90%
B=24.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222511560.1200.380.0278.3292.2379.8
HexDEFB9CC02624e5c50
Octal336373234140462116134120
Binary1101111011111011100111001100010011010100111010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFB9C; }

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

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

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

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

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

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

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

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