Shades of Reef #DAFB8B
Tints of Reef #DAFB8B
RGB
CMYK
RGB Variations
Color information
#DAFB8B (or 0xDAFB8B) is known color: Reef. HEX triplet: DA, FB and 8B. RGB value is (218,251,139). Sum of RGB (Red+Green+Blue) = 218+251+139=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 139 (54.69% from 255 or 22.86% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFB8B is #250474. Grayscale: #E4E4E4. Windows color (decimal): -2425973 or 9173978. OLE color: 9173978.
HSL color Cylindrical-coordinate representation of color #DAFB8B: hue angle of 77.68º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAFB8B is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 251 | 139 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.02 |
| HSL | 77.68º | 0.93% | 0.76% | - |
| HSV(B) | 77.68º | 0.45% | 0.98% | - |
| XYZ | 68.07 | 85.76 | 37.39 | - |
| YUV | 228.37 | 77.57 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 251 | 139 | 0.13 | 0 | 0.45 | 0.02 | 77.68 | 0.93 | 0.76 |
| Hex | DA | FB | 8B | D | 0 | 2D | 2 | 4E | 5D | 4C |
| Octal | 332 | 373 | 213 | 15 | 0 | 55 | 2 | 116 | 135 | 114 |
| Binary | 11011010 | 11111011 | 10001011 | 1101 | 0 | 101101 | 10 | 1001110 | 1011101 | 1001100 |
Color Harmonies of #DAFB8B
Complementary color
Monochromatic Colors of #DAFB8B
Black with #DAFB8B
Text Example
Text Example
White with #DAFB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFB8B; }
p { color: rgb(218,251,139); }
H1.HeaderClassName
{
color: #DAFB8B;
}
.AnyTagClassName
{
color: #DAFB8B;
}
</style>
background-color css
<style>
a { background-color: #DAFB8B; }
a { background-color: rgb(218,251,139); }
div.DivClassName
{
background-color: #DAFB8B;
}
.BgClassName
{
background-color: #DAFB8B;
}
</style>
border-color css
<style>
span { border-color: #DAFB8B; }
span { border-color: rgb(218,251,139); }
td.TdClassName
{
border-color: #DAFB8B;
}
.TagClassName
{
border-color: #DAFB8B;
}
</style>