#DAFC95

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

Shades of Reef #DAFC95

Tints of Reef #DAFC95

Color information

#DAFC95 (or 0xDAFC95) is unknown color: approx Reef. HEX triplet: DA, FC and 95. RGB value is (218,252,149). Sum of RGB (Red+Green+Blue) = 218+252+149=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 149 (58.59% from 255 or 24.07% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFC95 is #25036A. Grayscale: #E6E6E6. Windows color (decimal): -2425707 or 9829594. OLE color: 9829594.

HSL color Cylindrical-coordinate representation of color #DAFC95: hue angle of 79.81º 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 #DAFC95 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB218252149-
CMYK0.1300.410.01
HSL79.81º94.5%78.63%-
HSV(B)79.81º40.87%98.82%-
XYZ69.1586.741.52-
YUV230.0982.24119.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 252 (98.83% from 255) = 40.71%
BLUE value IS 149 (58.59% from 255) = 24.07%
R=35.22%
G=40.71%
B=24.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521490.1300.410.0179.8194.578.63
HexDAFC95D0291505e4f
Octal332374225150511120136117
Binary110110101111110010010101110101010011101000010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFC95; }

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

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

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

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

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

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

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

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