#DEFC95

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

Shades of Reef #DEFC95

Tints of Reef #DEFC95

Color information

#DEFC95 (or 0xDEFC95) is unknown color: approx Reef. HEX triplet: DE, FC and 95. RGB value is (222,252,149). Sum of RGB (Red+Green+Blue) = 222+252+149=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 149 (58.59% from 255 or 23.92% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFC95 is #21036A. Grayscale: #E7E7E7. Windows color (decimal): -2163563 or 9829598. OLE color: 9829598.

HSL color Cylindrical-coordinate representation of color #DEFC95: hue angle of 77.48º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEFC95 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB222252149-
CMYK0.1200.410.01
HSL77.48º94.5%78.63%-
HSV(B)77.48º40.87%98.82%-
XYZ70.3687.3241.58-
YUV231.2981.56121.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 252 (98.83% from 255) = 40.45%
BLUE value IS 149 (58.59% from 255) = 23.92%
R=35.63%
G=40.45%
B=23.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222521490.1200.410.0177.4894.578.63
HexDEFC95C02914d5e4f
Octal336374225140511115136117
Binary110111101111110010010101110001010011100110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFC95; }

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

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

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

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

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

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

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

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