#DEFB94

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

Shades of Reef #DEFB94

Tints of Reef #DEFB94

Color information

#DEFB94 (or 0xDEFB94) is unknown color: approx Reef. HEX triplet: DE, FB and 94. RGB value is (222,251,148). Sum of RGB (Red+Green+Blue) = 222+251+148=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 148 (58.20% from 255 or 23.83% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFB94 is #21046B. Grayscale: #E6E6E6. Windows color (decimal): -2163820 or 9763806. OLE color: 9763806.

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

Color convert

RGB222251148-
CMYK0.1200.410.02
HSL76.89º92.79%78.24%-
HSV(B)76.89º41.04%98.43%-
XYZ69.9786.6641.06-
YUV230.5981.39121.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 251 (98.44% from 255) = 40.42%
BLUE value IS 148 (58.20% from 255) = 23.83%
R=35.75%
G=40.42%
B=23.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222511480.1200.410.0276.8992.7978.24
HexDEFB94C02924d5d4e
Octal336373224140512115135116
Binary1101111011111011100101001100010100110100110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFB94; }

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

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

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

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

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

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

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

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