#DEFB8F

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

Shades of Reef #DEFB8F

Tints of Reef #DEFB8F

Color information

#DEFB8F (or 0xDEFB8F) is unknown color: approx Reef. HEX triplet: DE, FB and 8F. RGB value is (222,251,143). Sum of RGB (Red+Green+Blue) = 222+251+143=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 143 (56.25% from 255 or 23.21% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFB8F is #210470. Grayscale: #E6E6E6. Windows color (decimal): -2163825 or 9436126. OLE color: 9436126.

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

Color convert

RGB222251143-
CMYK0.1200.430.02
HSL76.11º93.1%77.25%-
HSV(B)76.11º43.03%98.43%-
XYZ69.5886.5139.02-
YUV230.0278.89122.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.04%
GREEN value IS 251 (98.44% from 255) = 40.75%
BLUE value IS 143 (56.25% from 255) = 23.21%
R=36.04%
G=40.75%
B=23.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222511430.1200.430.0276.1193.177.25
HexDEFB8FC02B24c5d4d
Octal336373217140532114135115
Binary1101111011111011100011111100010101110100110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFB8F; }

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

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

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

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

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

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

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

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