#DEFA99

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

Shades of Reef #DEFA99

Tints of Reef #DEFA99

Color information

#DEFA99 (or 0xDEFA99) is unknown color: approx Reef. HEX triplet: DE, FA and 99. RGB value is (222,250,153). Sum of RGB (Red+Green+Blue) = 222+250+153=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 153 (60.16% from 255 or 24.48% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA99 is #210566. Grayscale: #E6E6E6. Windows color (decimal): -2164071 or 10091230. OLE color: 10091230.

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

Color convert

RGB222250153-
CMYK0.1100.390.02
HSL77.32º90.65%79.02%-
HSV(B)77.32º38.8%98.04%-
XYZ70.0686.243.08-
YUV230.5784.22121.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 250 (98.05% from 255) = 40%
BLUE value IS 153 (60.16% from 255) = 24.48%
R=35.52%
G=40%
B=24.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222501530.1100.390.0277.3290.6579.02
HexDEFA99B02724d5b4f
Octal336372231130472115133117
Binary1101111011111010100110011011010011110100110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFA99; }

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

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

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

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

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

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

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

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