Shades of Reef #DAF78E
Tints of Reef #DAF78E
RGB
CMYK
RGB Variations
Color information
#DAF78E (or 0xDAF78E) is known color: Reef. HEX triplet: DA, F7 and 8E. RGB value is (218,247,142). Sum of RGB (Red+Green+Blue) = 218+247+142=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 247 (96.88% from 255 or 40.69% from 607); Blue value is 142 (55.86% from 255 or 23.39% from 607); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF78E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF78E is #250871. Grayscale: #E2E2E2. Windows color (decimal): -2426994 or 9369562. OLE color: 9369562.
HSL color Cylindrical-coordinate representation of color #DAF78E: hue angle of 76.57º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAF78E is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 142 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.03 |
| HSL | 76.57º | 0.87% | 0.76% | - |
| HSV(B) | 76.57º | 0.43% | 0.97% | - |
| XYZ | 67.06 | 83.38 | 38.15 | - |
| YUV | 226.36 | 80.39 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 142 | 0.12 | 0 | 0.43 | 0.03 | 76.57 | 0.87 | 0.76 |
| Hex | DA | F7 | 8E | C | 0 | 2B | 3 | 4D | 57 | 4C |
| Octal | 332 | 367 | 216 | 14 | 0 | 53 | 3 | 115 | 127 | 114 |
| Binary | 11011010 | 11110111 | 10001110 | 1100 | 0 | 101011 | 11 | 1001101 | 1010111 | 1001100 |
Color Harmonies of #DAF78E
Complementary color
Monochromatic Colors of #DAF78E
Black with #DAF78E
Text Example
Text Example
White with #DAF78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF78E; }
p { color: rgb(218,247,142); }
H1.HeaderClassName
{
color: #DAF78E;
}
.AnyTagClassName
{
color: #DAF78E;
}
</style>
background-color css
<style>
a { background-color: #DAF78E; }
a { background-color: rgb(218,247,142); }
div.DivClassName
{
background-color: #DAF78E;
}
.BgClassName
{
background-color: #DAF78E;
}
</style>
border-color css
<style>
span { border-color: #DAF78E; }
span { border-color: rgb(218,247,142); }
td.TdClassName
{
border-color: #DAF78E;
}
.TagClassName
{
border-color: #DAF78E;
}
</style>