Shades of Reef #DAF98A
Tints of Reef #DAF98A
RGB
CMYK
RGB Variations
Color information
#DAF98A (or 0xDAF98A) is known color: Reef. HEX triplet: DA, F9 and 8A. RGB value is (218,249,138). Sum of RGB (Red+Green+Blue) = 218+249+138=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF98A is #250675. Grayscale: #E3E3E3. Windows color (decimal): -2426486 or 9107930. OLE color: 9107930.
HSL color Cylindrical-coordinate representation of color #DAF98A: hue angle of 76.76º degrees, saturation: 0.9, 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 #DAF98A is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 138 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.02 |
| HSL | 76.76º | 0.9% | 0.76% | - |
| HSV(B) | 76.76º | 0.45% | 0.98% | - |
| XYZ | 67.38 | 84.49 | 36.8 | - |
| YUV | 227.08 | 77.73 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 138 | 0.12 | 0 | 0.45 | 0.02 | 76.76 | 0.9 | 0.76 |
| Hex | DA | F9 | 8A | C | 0 | 2D | 2 | 4D | 5A | 4C |
| Octal | 332 | 371 | 212 | 14 | 0 | 55 | 2 | 115 | 132 | 114 |
| Binary | 11011010 | 11111001 | 10001010 | 1100 | 0 | 101101 | 10 | 1001101 | 1011010 | 1001100 |
Color Harmonies of #DAF98A
Complementary color
Monochromatic Colors of #DAF98A
Black with #DAF98A
Text Example
Text Example
White with #DAF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF98A; }
p { color: rgb(218,249,138); }
H1.HeaderClassName
{
color: #DAF98A;
}
.AnyTagClassName
{
color: #DAF98A;
}
</style>
background-color css
<style>
a { background-color: #DAF98A; }
a { background-color: rgb(218,249,138); }
div.DivClassName
{
background-color: #DAF98A;
}
.BgClassName
{
background-color: #DAF98A;
}
</style>
border-color css
<style>
span { border-color: #DAF98A; }
span { border-color: rgb(218,249,138); }
td.TdClassName
{
border-color: #DAF98A;
}
.TagClassName
{
border-color: #DAF98A;
}
</style>