Shades of Reef #DAF28D
Tints of Reef #DAF28D
RGB
CMYK
RGB Variations
Color information
#DAF28D (or 0xDAF28D) is known color: Reef. HEX triplet: DA, F2 and 8D. RGB value is (218,242,141). Sum of RGB (Red+Green+Blue) = 218+242+141=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 141 (55.47% from 255 or 23.46% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF28D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF28D is #250D72. Grayscale: #DFDFDF. Windows color (decimal): -2428275 or 9302746. OLE color: 9302746.
HSL color Cylindrical-coordinate representation of color #DAF28D: hue angle of 74.26º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAF28D is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 141 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.05 |
| HSL | 74.26º | 0.8% | 0.75% | - |
| HSV(B) | 74.26º | 0.42% | 0.95% | - |
| XYZ | 65.47 | 80.33 | 37.25 | - |
| YUV | 223.31 | 81.55 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 141 | 0.10 | 0 | 0.42 | 0.05 | 74.26 | 0.8 | 0.75 |
| Hex | DA | F2 | 8D | A | 0 | 2A | 5 | 4A | 50 | 4B |
| Octal | 332 | 362 | 215 | 12 | 0 | 52 | 5 | 112 | 120 | 113 |
| Binary | 11011010 | 11110010 | 10001101 | 1010 | 0 | 101010 | 101 | 1001010 | 1010000 | 1001011 |
Color Harmonies of #DAF28D
Complementary color
Monochromatic Colors of #DAF28D
Black with #DAF28D
Text Example
Text Example
White with #DAF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF28D; }
p { color: rgb(218,242,141); }
H1.HeaderClassName
{
color: #DAF28D;
}
.AnyTagClassName
{
color: #DAF28D;
}
</style>
background-color css
<style>
a { background-color: #DAF28D; }
a { background-color: rgb(218,242,141); }
div.DivClassName
{
background-color: #DAF28D;
}
.BgClassName
{
background-color: #DAF28D;
}
</style>
border-color css
<style>
span { border-color: #DAF28D; }
span { border-color: rgb(218,242,141); }
td.TdClassName
{
border-color: #DAF28D;
}
.TagClassName
{
border-color: #DAF28D;
}
</style>