Shades of Reef #DAF293
Tints of Reef #DAF293
RGB
CMYK
RGB Variations
Color information
#DAF293 (or 0xDAF293) is known color: Reef. HEX triplet: DA, F2 and 93. RGB value is (218,242,147). Sum of RGB (Red+Green+Blue) = 218+242+147=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 147 (57.81% from 255 or 24.22% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF293 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF293 is #250D6C. Grayscale: #E0E0E0. Windows color (decimal): -2428269 or 9695962. OLE color: 9695962.
HSL color Cylindrical-coordinate representation of color #DAF293: hue angle of 75.16º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAF293 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 147 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.05 |
| HSL | 75.16º | 0.79% | 0.76% | - |
| HSV(B) | 75.16º | 0.39% | 0.95% | - |
| XYZ | 65.93 | 80.52 | 39.67 | - |
| YUV | 223.99 | 84.55 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 147 | 0.10 | 0 | 0.39 | 0.05 | 75.16 | 0.79 | 0.76 |
| Hex | DA | F2 | 93 | A | 0 | 27 | 5 | 4B | 4F | 4C |
| Octal | 332 | 362 | 223 | 12 | 0 | 47 | 5 | 113 | 117 | 114 |
| Binary | 11011010 | 11110010 | 10010011 | 1010 | 0 | 100111 | 101 | 1001011 | 1001111 | 1001100 |
Color Harmonies of #DAF293
Complementary color
Monochromatic Colors of #DAF293
Black with #DAF293
Text Example
Text Example
White with #DAF293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF293; }
p { color: rgb(218,242,147); }
H1.HeaderClassName
{
color: #DAF293;
}
.AnyTagClassName
{
color: #DAF293;
}
</style>
background-color css
<style>
a { background-color: #DAF293; }
a { background-color: rgb(218,242,147); }
div.DivClassName
{
background-color: #DAF293;
}
.BgClassName
{
background-color: #DAF293;
}
</style>
border-color css
<style>
span { border-color: #DAF293; }
span { border-color: rgb(218,242,147); }
td.TdClassName
{
border-color: #DAF293;
}
.TagClassName
{
border-color: #DAF293;
}
</style>