#DEFA8F

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

Shades of Reef #DEFA8F

Tints of Reef #DEFA8F

Color information

#DEFA8F (or 0xDEFA8F) is unknown color: approx Reef. HEX triplet: DE, FA and 8F. RGB value is (222,250,143). Sum of RGB (Red+Green+Blue) = 222+250+143=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 143 (56.25% from 255 or 23.25% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA8F is #210570. Grayscale: #E5E5E5. Windows color (decimal): -2164081 or 9435870. OLE color: 9435870.

HSL color Cylindrical-coordinate representation of color #DEFA8F: hue angle of 75.7º degrees, saturation: 0.91, 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 #DEFA8F is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB222250143-
CMYK0.1100.430.02
HSL75.7º91.45%77.06%-
HSV(B)75.7º42.8%98.04%-
XYZ69.2785.8838.91-
YUV229.4379.22122.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.10%
GREEN value IS 250 (98.05% from 255) = 40.65%
BLUE value IS 143 (56.25% from 255) = 23.25%
R=36.10%
G=40.65%
B=23.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222501430.1100.430.0275.791.4577.06
HexDEFA8FB02B24c5b4d
Octal336372217130532114133115
Binary1101111011111010100011111011010101110100110010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFA8F; }

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

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

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

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

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

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

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

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