Shades of Reef #DAF38C
Tints of Reef #DAF38C
RGB
CMYK
RGB Variations
Color information
#DAF38C (or 0xDAF38C) is known color: Reef. HEX triplet: DA, F3 and 8C. RGB value is (218,243,140). Sum of RGB (Red+Green+Blue) = 218+243+140=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 243 (95.31% from 255 or 40.43% from 601); Blue value is 140 (55.08% from 255 or 23.29% from 601); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF38C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF38C is #250C73. Grayscale: #E0E0E0. Windows color (decimal): -2428020 or 9237466. OLE color: 9237466.
HSL color Cylindrical-coordinate representation of color #DAF38C: hue angle of 74.56º 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 #DAF38C is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 140 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.05 |
| HSL | 74.56º | 0.81% | 0.75% | - |
| HSV(B) | 74.56º | 0.42% | 0.95% | - |
| XYZ | 65.7 | 80.9 | 36.96 | - |
| YUV | 223.78 | 80.72 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 140 | 0.10 | 0 | 0.42 | 0.05 | 74.56 | 0.81 | 0.75 |
| Hex | DA | F3 | 8C | A | 0 | 2A | 5 | 4B | 51 | 4B |
| Octal | 332 | 363 | 214 | 12 | 0 | 52 | 5 | 113 | 121 | 113 |
| Binary | 11011010 | 11110011 | 10001100 | 1010 | 0 | 101010 | 101 | 1001011 | 1010001 | 1001011 |
Color Harmonies of #DAF38C
Complementary color
Monochromatic Colors of #DAF38C
Black with #DAF38C
Text Example
Text Example
White with #DAF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF38C; }
p { color: rgb(218,243,140); }
H1.HeaderClassName
{
color: #DAF38C;
}
.AnyTagClassName
{
color: #DAF38C;
}
</style>
background-color css
<style>
a { background-color: #DAF38C; }
a { background-color: rgb(218,243,140); }
div.DivClassName
{
background-color: #DAF38C;
}
.BgClassName
{
background-color: #DAF38C;
}
</style>
border-color css
<style>
span { border-color: #DAF38C; }
span { border-color: rgb(218,243,140); }
td.TdClassName
{
border-color: #DAF38C;
}
.TagClassName
{
border-color: #DAF38C;
}
</style>