#DEFA95

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

Shades of Reef #DEFA95

Tints of Reef #DEFA95

Color information

#DEFA95 (or 0xDEFA95) is unknown color: approx Reef. HEX triplet: DE, FA and 95. RGB value is (222,250,149). Sum of RGB (Red+Green+Blue) = 222+250+149=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 149 (58.59% from 255 or 23.99% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFA95 is #21056A. Grayscale: #E6E6E6. Windows color (decimal): -2164075 or 9829086. OLE color: 9829086.

HSL color Cylindrical-coordinate representation of color #DEFA95: hue angle of 76.63º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEFA95 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB222250149-
CMYK0.1100.400.02
HSL76.63º90.99%78.24%-
HSV(B)76.63º40.4%98.04%-
XYZ69.7386.0741.37-
YUV230.1182.22122.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 250 (98.05% from 255) = 40.26%
BLUE value IS 149 (58.59% from 255) = 23.99%
R=35.75%
G=40.26%
B=23.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222501490.1100.400.0276.6390.9978.24
HexDEFA95B02824d5b4e
Octal336372225130502115133116
Binary1101111011111010100101011011010100010100110110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFA95; }

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

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

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

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

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

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

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

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