Shades of Reef #DAFE88
Tints of Reef #DAFE88
RGB
CMYK
RGB Variations
Color information
#DAFE88 (or 0xDAFE88) is known color: Reef. HEX triplet: DA, FE and 88. RGB value is (218,254,136). Sum of RGB (Red+Green+Blue) = 218+254+136=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 136 (53.52% from 255 or 22.37% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFE88 is #250177. Grayscale: #E6E6E6. Windows color (decimal): -2425208 or 8978138. OLE color: 8978138.
HSL color Cylindrical-coordinate representation of color #DAFE88: hue angle of 78.31º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAFE88 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 136 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.00 |
| HSL | 78.31º | 0.98% | 0.76% | - |
| HSV(B) | 78.31º | 0.46% | 1% | - |
| XYZ | 68.8 | 87.57 | 36.57 | - |
| YUV | 229.78 | 75.07 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 136 | 0.14 | 0 | 0.46 | 0.00 | 78.31 | 0.98 | 0.76 |
| Hex | DA | FE | 88 | E | 0 | 2E | 0 | 4E | 62 | 4C |
| Octal | 332 | 376 | 210 | 16 | 0 | 56 | 0 | 116 | 142 | 114 |
| Binary | 11011010 | 11111110 | 10001000 | 1110 | 0 | 101110 | 0 | 1001110 | 1100010 | 1001100 |
Color Harmonies of #DAFE88
Complementary color
Monochromatic Colors of #DAFE88
Black with #DAFE88
Text Example
Text Example
White with #DAFE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE88; }
p { color: rgb(218,254,136); }
H1.HeaderClassName
{
color: #DAFE88;
}
.AnyTagClassName
{
color: #DAFE88;
}
</style>
background-color css
<style>
a { background-color: #DAFE88; }
a { background-color: rgb(218,254,136); }
div.DivClassName
{
background-color: #DAFE88;
}
.BgClassName
{
background-color: #DAFE88;
}
</style>
border-color css
<style>
span { border-color: #DAFE88; }
span { border-color: rgb(218,254,136); }
td.TdClassName
{
border-color: #DAFE88;
}
.TagClassName
{
border-color: #DAFE88;
}
</style>