#DAFC9B

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

Shades of Reef #DAFC9B

Tints of Reef #DAFC9B

Color information

#DAFC9B (or 0xDAFC9B) is unknown color: approx Reef. HEX triplet: DA, FC and 9B. RGB value is (218,252,155). Sum of RGB (Red+Green+Blue) = 218+252+155=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 155 (60.94% from 255 or 24.8% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFC9B is #250364. Grayscale: #E7E7E7. Windows color (decimal): -2425701 or 10222810. OLE color: 10222810.

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

Color convert

RGB218252155-
CMYK0.1300.380.01
HSL81.03º94.17%79.8%-
HSV(B)81.03º38.49%98.82%-
XYZ69.6486.8944.11-
YUV230.7885.24118.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.88%
GREEN value IS 252 (98.83% from 255) = 40.32%
BLUE value IS 155 (60.94% from 255) = 24.8%
R=34.88%
G=40.32%
B=24.8%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521550.1300.380.0181.0394.1779.8
HexDAFC9BD0261515e50
Octal332374233150461121136120
Binary110110101111110010011011110101001101101000110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFC9B; }

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

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

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

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

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

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

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

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