Shades of Reef #DAF98C
Tints of Reef #DAF98C
RGB
CMYK
RGB Variations
Color information
#DAF98C (or 0xDAF98C) is known color: Reef. HEX triplet: DA, F9 and 8C. RGB value is (218,249,140). Sum of RGB (Red+Green+Blue) = 218+249+140=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF98C is #250673. Grayscale: #E3E3E3. Windows color (decimal): -2426484 or 9239002. OLE color: 9239002.
HSL color Cylindrical-coordinate representation of color #DAF98C: hue angle of 77.06º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAF98C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 140 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.02 |
| HSL | 77.06º | 0.9% | 0.76% | - |
| HSV(B) | 77.06º | 0.44% | 0.98% | - |
| XYZ | 67.52 | 84.55 | 37.57 | - |
| YUV | 227.31 | 78.73 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 140 | 0.12 | 0 | 0.44 | 0.02 | 77.06 | 0.9 | 0.76 |
| Hex | DA | F9 | 8C | C | 0 | 2C | 2 | 4D | 5A | 4C |
| Octal | 332 | 371 | 214 | 14 | 0 | 54 | 2 | 115 | 132 | 114 |
| Binary | 11011010 | 11111001 | 10001100 | 1100 | 0 | 101100 | 10 | 1001101 | 1011010 | 1001100 |
Color Harmonies of #DAF98C
Complementary color
Monochromatic Colors of #DAF98C
Black with #DAF98C
Text Example
Text Example
White with #DAF98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF98C; }
p { color: rgb(218,249,140); }
H1.HeaderClassName
{
color: #DAF98C;
}
.AnyTagClassName
{
color: #DAF98C;
}
</style>
background-color css
<style>
a { background-color: #DAF98C; }
a { background-color: rgb(218,249,140); }
div.DivClassName
{
background-color: #DAF98C;
}
.BgClassName
{
background-color: #DAF98C;
}
</style>
border-color css
<style>
span { border-color: #DAF98C; }
span { border-color: rgb(218,249,140); }
td.TdClassName
{
border-color: #DAF98C;
}
.TagClassName
{
border-color: #DAF98C;
}
</style>