Shades of Reef #DAF38D
Tints of Reef #DAF38D
RGB
CMYK
RGB Variations
Color information
#DAF38D (or 0xDAF38D) is known color: Reef. HEX triplet: DA, F3 and 8D. RGB value is (218,243,141). Sum of RGB (Red+Green+Blue) = 218+243+141=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 141 (55.47% from 255 or 23.42% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF38D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF38D is #250C72. Grayscale: #E0E0E0. Windows color (decimal): -2428019 or 9303002. OLE color: 9303002.
HSL color Cylindrical-coordinate representation of color #DAF38D: hue angle of 74.71º degrees, saturation: 0.81, 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 #DAF38D is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 141 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.05 |
| HSL | 74.71º | 0.81% | 0.75% | - |
| HSV(B) | 74.71º | 0.42% | 0.95% | - |
| XYZ | 65.77 | 80.93 | 37.35 | - |
| YUV | 223.9 | 81.22 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 141 | 0.10 | 0 | 0.42 | 0.05 | 74.71 | 0.81 | 0.75 |
| Hex | DA | F3 | 8D | A | 0 | 2A | 5 | 4B | 51 | 4B |
| Octal | 332 | 363 | 215 | 12 | 0 | 52 | 5 | 113 | 121 | 113 |
| Binary | 11011010 | 11110011 | 10001101 | 1010 | 0 | 101010 | 101 | 1001011 | 1010001 | 1001011 |
Color Harmonies of #DAF38D
Complementary color
Monochromatic Colors of #DAF38D
Black with #DAF38D
Text Example
Text Example
White with #DAF38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF38D; }
p { color: rgb(218,243,141); }
H1.HeaderClassName
{
color: #DAF38D;
}
.AnyTagClassName
{
color: #DAF38D;
}
</style>
background-color css
<style>
a { background-color: #DAF38D; }
a { background-color: rgb(218,243,141); }
div.DivClassName
{
background-color: #DAF38D;
}
.BgClassName
{
background-color: #DAF38D;
}
</style>
border-color css
<style>
span { border-color: #DAF38D; }
span { border-color: rgb(218,243,141); }
td.TdClassName
{
border-color: #DAF38D;
}
.TagClassName
{
border-color: #DAF38D;
}
</style>