Shades of Reef #DAFF92
Tints of Reef #DAFF92
RGB
CMYK
RGB Variations
Color information
#DAFF92 (or 0xDAFF92) is known color: Reef. HEX triplet: DA, FF and 92. RGB value is (218,255,146). Sum of RGB (Red+Green+Blue) = 218+255+146=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 146 (57.42% from 255 or 23.59% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF92 is #25006D. Grayscale: #E7E7E7. Windows color (decimal): -2424942 or 9633754. OLE color: 9633754.
HSL color Cylindrical-coordinate representation of color #DAFF92: hue angle of 80.37º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAFF92 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 146 | - |
| CMYK | 0.15 | 0 | 0.43 | 0 |
| HSL | 80.37º | 1% | 0.79% | - |
| HSV(B) | 80.37º | 0.43% | 1% | - |
| XYZ | 69.86 | 88.5 | 40.59 | - |
| YUV | 231.51 | 79.74 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 146 | 0.15 | 0 | 0.43 | 0 | 80.37 | 1 | 0.79 |
| Hex | DA | FF | 92 | F | 0 | 2B | 0 | 50 | 64 | 4F |
| Octal | 332 | 377 | 222 | 17 | 0 | 53 | 0 | 120 | 144 | 117 |
| Binary | 11011010 | 11111111 | 10010010 | 1111 | 0 | 101011 | 0 | 1010000 | 1100100 | 1001111 |
Color Harmonies of #DAFF92
Complementary color
Monochromatic Colors of #DAFF92
Black with #DAFF92
Text Example
Text Example
White with #DAFF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF92; }
p { color: rgb(218,255,146); }
H1.HeaderClassName
{
color: #DAFF92;
}
.AnyTagClassName
{
color: #DAFF92;
}
</style>
background-color css
<style>
a { background-color: #DAFF92; }
a { background-color: rgb(218,255,146); }
div.DivClassName
{
background-color: #DAFF92;
}
.BgClassName
{
background-color: #DAFF92;
}
</style>
border-color css
<style>
span { border-color: #DAFF92; }
span { border-color: rgb(218,255,146); }
td.TdClassName
{
border-color: #DAFF92;
}
.TagClassName
{
border-color: #DAFF92;
}
</style>