Shades of Reef #DAFC89
Tints of Reef #DAFC89
RGB
CMYK
RGB Variations
Color information
#DAFC89 (or 0xDAFC89) is known color: Reef. HEX triplet: DA, FC and 89. RGB value is (218,252,137). Sum of RGB (Red+Green+Blue) = 218+252+137=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 137 (53.91% from 255 or 22.57% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFC89 is #250376. Grayscale: #E5E5E5. Windows color (decimal): -2425719 or 9043162. OLE color: 9043162.
HSL color Cylindrical-coordinate representation of color #DAFC89: hue angle of 77.74º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAFC89 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 137 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.01 |
| HSL | 77.74º | 0.95% | 0.76% | - |
| HSV(B) | 77.74º | 0.46% | 0.99% | - |
| XYZ | 68.24 | 86.33 | 36.73 | - |
| YUV | 228.72 | 76.24 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 137 | 0.13 | 0 | 0.46 | 0.01 | 77.74 | 0.95 | 0.76 |
| Hex | DA | FC | 89 | D | 0 | 2E | 1 | 4E | 5F | 4C |
| Octal | 332 | 374 | 211 | 15 | 0 | 56 | 1 | 116 | 137 | 114 |
| Binary | 11011010 | 11111100 | 10001001 | 1101 | 0 | 101110 | 1 | 1001110 | 1011111 | 1001100 |
Color Harmonies of #DAFC89
Complementary color
Monochromatic Colors of #DAFC89
Black with #DAFC89
Text Example
Text Example
White with #DAFC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFC89; }
p { color: rgb(218,252,137); }
H1.HeaderClassName
{
color: #DAFC89;
}
.AnyTagClassName
{
color: #DAFC89;
}
</style>
background-color css
<style>
a { background-color: #DAFC89; }
a { background-color: rgb(218,252,137); }
div.DivClassName
{
background-color: #DAFC89;
}
.BgClassName
{
background-color: #DAFC89;
}
</style>
border-color css
<style>
span { border-color: #DAFC89; }
span { border-color: rgb(218,252,137); }
td.TdClassName
{
border-color: #DAFC89;
}
.TagClassName
{
border-color: #DAFC89;
}
</style>