#DEFB98

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

Shades of Reef #DEFB98

Tints of Reef #DEFB98

Color information

#DEFB98 (or 0xDEFB98) is unknown color: approx Reef. HEX triplet: DE, FB and 98. RGB value is (222,251,152). Sum of RGB (Red+Green+Blue) = 222+251+152=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 152 (59.77% from 255 or 24.32% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFB98 is #210467. Grayscale: #E7E7E7. Windows color (decimal): -2163816 or 10025950. OLE color: 10025950.

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

Color convert

RGB222251152-
CMYK0.1200.390.02
HSL77.58º92.52%79.02%-
HSV(B)77.58º39.44%98.43%-
XYZ70.2986.7942.75-
YUV231.0483.39121.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 251 (98.44% from 255) = 40.16%
BLUE value IS 152 (59.77% from 255) = 24.32%
R=35.52%
G=40.16%
B=24.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222511520.1200.390.0277.5892.5279.02
HexDEFB98C02724e5d4f
Octal336373230140472116135117
Binary1101111011111011100110001100010011110100111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFB98; }

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

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

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

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

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

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

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

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