Shades of Reef #DAFA92
Tints of Reef #DAFA92
RGB
CMYK
RGB Variations
Color information
#DAFA92 (or 0xDAFA92) is known color: Reef. HEX triplet: DA, FA and 92. RGB value is (218,250,146). Sum of RGB (Red+Green+Blue) = 218+250+146=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 146 (57.42% from 255 or 23.78% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA92 is #25056D. Grayscale: #E4E4E4. Windows color (decimal): -2426222 or 9632474. OLE color: 9632474.
HSL color Cylindrical-coordinate representation of color #DAFA92: hue angle of 78.46º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAFA92 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 146 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.02 |
| HSL | 78.46º | 0.91% | 0.78% | - |
| HSV(B) | 78.46º | 0.42% | 0.98% | - |
| XYZ | 68.29 | 85.35 | 40.07 | - |
| YUV | 228.58 | 81.4 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 146 | 0.13 | 0 | 0.42 | 0.02 | 78.46 | 0.91 | 0.78 |
| Hex | DA | FA | 92 | D | 0 | 2A | 2 | 4E | 5B | 4E |
| Octal | 332 | 372 | 222 | 15 | 0 | 52 | 2 | 116 | 133 | 116 |
| Binary | 11011010 | 11111010 | 10010010 | 1101 | 0 | 101010 | 10 | 1001110 | 1011011 | 1001110 |
Color Harmonies of #DAFA92
Complementary color
Monochromatic Colors of #DAFA92
Black with #DAFA92
Text Example
Text Example
White with #DAFA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA92; }
p { color: rgb(218,250,146); }
H1.HeaderClassName
{
color: #DAFA92;
}
.AnyTagClassName
{
color: #DAFA92;
}
</style>
background-color css
<style>
a { background-color: #DAFA92; }
a { background-color: rgb(218,250,146); }
div.DivClassName
{
background-color: #DAFA92;
}
.BgClassName
{
background-color: #DAFA92;
}
</style>
border-color css
<style>
span { border-color: #DAFA92; }
span { border-color: rgb(218,250,146); }
td.TdClassName
{
border-color: #DAFA92;
}
.TagClassName
{
border-color: #DAFA92;
}
</style>