Shades of Reef #DAF997
Tints of Reef #DAF997
RGB
CMYK
RGB Variations
Color information
#DAF997 (or 0xDAF997) is known color: Reef. HEX triplet: DA, F9 and 97. RGB value is (218,249,151). Sum of RGB (Red+Green+Blue) = 218+249+151=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 151 (59.38% from 255 or 24.43% from 618); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF997 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF997 is #250668. Grayscale: #E4E4E4. Windows color (decimal): -2426473 or 9959898. OLE color: 9959898.
HSL color Cylindrical-coordinate representation of color #DAF997: hue angle of 78.98º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAF997 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 249 | 151 | - |
CMYK | 0.12 | 0 | 0.39 | 0.02 |
HSL | 78.98º | 0.89% | 0.78% | - |
HSV(B) | 78.98º | 0.39% | 0.98% | - |
XYZ | 68.38 | 84.89 | 42.06 | - |
YUV | 228.56 | 84.23 | 120.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 249 | 151 | 0.12 | 0 | 0.39 | 0.02 | 78.98 | 0.89 | 0.78 |
Hex | DA | F9 | 97 | C | 0 | 27 | 2 | 4F | 59 | 4E |
Octal | 332 | 371 | 227 | 14 | 0 | 47 | 2 | 117 | 131 | 116 |
Binary | 11011010 | 11111001 | 10010111 | 1100 | 0 | 100111 | 10 | 1001111 | 1011001 | 1001110 |
Color Harmonies of #DAF997
Complementary color
Monochromatic Colors of #DAF997
Black with #DAF997
Text Example
Text Example
White with #DAF997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF997; }
p { color: rgb(218,249,151); }
H1.HeaderClassName
{
color: #DAF997;
}
.AnyTagClassName
{
color: #DAF997;
}
</style>
background-color css
<style>
a { background-color: #DAF997; }
a { background-color: rgb(218,249,151); }
div.DivClassName
{
background-color: #DAF997;
}
.BgClassName
{
background-color: #DAF997;
}
</style>
border-color css
<style>
span { border-color: #DAF997; }
span { border-color: rgb(218,249,151); }
td.TdClassName
{
border-color: #DAF997;
}
.TagClassName
{
border-color: #DAF997;
}
</style>