Shades of Reef #DAFA9A
Tints of Reef #DAFA9A
RGB
CMYK
RGB Variations
Color information
#DAFA9A (or 0xDAFA9A) is known color: Reef. HEX triplet: DA, FA and 9A. RGB value is (218,250,154). Sum of RGB (Red+Green+Blue) = 218+250+154=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 154 (60.55% from 255 or 24.76% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA9A is #250565. Grayscale: #E5E5E5. Windows color (decimal): -2426214 or 10156762. OLE color: 10156762.
HSL color Cylindrical-coordinate representation of color #DAFA9A: hue angle of 80º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAFA9A is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 154 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.02 |
| HSL | 80º | 0.91% | 0.79% | - |
| HSV(B) | 80º | 0.38% | 0.98% | - |
| XYZ | 68.93 | 85.61 | 43.46 | - |
| YUV | 229.49 | 85.4 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 154 | 0.13 | 0 | 0.38 | 0.02 | 80 | 0.91 | 0.79 |
| Hex | DA | FA | 9A | D | 0 | 26 | 2 | 50 | 5B | 4F |
| Octal | 332 | 372 | 232 | 15 | 0 | 46 | 2 | 120 | 133 | 117 |
| Binary | 11011010 | 11111010 | 10011010 | 1101 | 0 | 100110 | 10 | 1010000 | 1011011 | 1001111 |
Color Harmonies of #DAFA9A
Complementary color
Monochromatic Colors of #DAFA9A
Black with #DAFA9A
Text Example
Text Example
White with #DAFA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA9A; }
p { color: rgb(218,250,154); }
H1.HeaderClassName
{
color: #DAFA9A;
}
.AnyTagClassName
{
color: #DAFA9A;
}
</style>
background-color css
<style>
a { background-color: #DAFA9A; }
a { background-color: rgb(218,250,154); }
div.DivClassName
{
background-color: #DAFA9A;
}
.BgClassName
{
background-color: #DAFA9A;
}
</style>
border-color css
<style>
span { border-color: #DAFA9A; }
span { border-color: rgb(218,250,154); }
td.TdClassName
{
border-color: #DAFA9A;
}
.TagClassName
{
border-color: #DAFA9A;
}
</style>