Shades of Reef #DAF993
Tints of Reef #DAF993
RGB
CMYK
RGB Variations
Color information
#DAF993 (or 0xDAF993) is known color: Reef. HEX triplet: DA, F9 and 93. RGB value is (218,249,147). Sum of RGB (Red+Green+Blue) = 218+249+147=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 147 (57.81% from 255 or 23.94% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF993 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF993 is #25066C. Grayscale: #E4E4E4. Windows color (decimal): -2426477 or 9697754. OLE color: 9697754.
HSL color Cylindrical-coordinate representation of color #DAF993: hue angle of 78.24º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAF993 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 147 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.02 |
| HSL | 78.24º | 0.89% | 0.78% | - |
| HSV(B) | 78.24º | 0.41% | 0.98% | - |
| XYZ | 68.06 | 84.76 | 40.38 | - |
| YUV | 228.1 | 82.23 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 147 | 0.12 | 0 | 0.41 | 0.02 | 78.24 | 0.89 | 0.78 |
| Hex | DA | F9 | 93 | C | 0 | 29 | 2 | 4E | 59 | 4E |
| Octal | 332 | 371 | 223 | 14 | 0 | 51 | 2 | 116 | 131 | 116 |
| Binary | 11011010 | 11111001 | 10010011 | 1100 | 0 | 101001 | 10 | 1001110 | 1011001 | 1001110 |
Color Harmonies of #DAF993
Complementary color
Monochromatic Colors of #DAF993
Black with #DAF993
Text Example
Text Example
White with #DAF993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF993; }
p { color: rgb(218,249,147); }
H1.HeaderClassName
{
color: #DAF993;
}
.AnyTagClassName
{
color: #DAF993;
}
</style>
background-color css
<style>
a { background-color: #DAF993; }
a { background-color: rgb(218,249,147); }
div.DivClassName
{
background-color: #DAF993;
}
.BgClassName
{
background-color: #DAF993;
}
</style>
border-color css
<style>
span { border-color: #DAF993; }
span { border-color: rgb(218,249,147); }
td.TdClassName
{
border-color: #DAF993;
}
.TagClassName
{
border-color: #DAF993;
}
</style>