Shades of Reef #DAF38F
Tints of Reef #DAF38F
RGB
CMYK
RGB Variations
Color information
#DAF38F (or 0xDAF38F) is known color: Reef. HEX triplet: DA, F3 and 8F. RGB value is (218,243,143). Sum of RGB (Red+Green+Blue) = 218+243+143=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 243 (95.31% from 255 or 40.23% from 604); Blue value is 143 (56.25% from 255 or 23.68% from 604); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF38F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF38F is #250C70. Grayscale: #E0E0E0. Windows color (decimal): -2428017 or 9434074. OLE color: 9434074.
HSL color Cylindrical-coordinate representation of color #DAF38F: hue angle of 75º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAF38F is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 143 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.05 |
| HSL | 75º | 0.81% | 0.76% | - |
| HSV(B) | 75º | 0.41% | 0.95% | - |
| XYZ | 65.92 | 80.99 | 38.14 | - |
| YUV | 224.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 143 | 0.10 | 0 | 0.41 | 0.05 | 75 | 0.81 | 0.76 |
| Hex | DA | F3 | 8F | A | 0 | 29 | 5 | 4B | 51 | 4C |
| Octal | 332 | 363 | 217 | 12 | 0 | 51 | 5 | 113 | 121 | 114 |
| Binary | 11011010 | 11110011 | 10001111 | 1010 | 0 | 101001 | 101 | 1001011 | 1010001 | 1001100 |
Color Harmonies of #DAF38F
Complementary color
Monochromatic Colors of #DAF38F
Black with #DAF38F
Text Example
Text Example
White with #DAF38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF38F; }
p { color: rgb(218,243,143); }
H1.HeaderClassName
{
color: #DAF38F;
}
.AnyTagClassName
{
color: #DAF38F;
}
</style>
background-color css
<style>
a { background-color: #DAF38F; }
a { background-color: rgb(218,243,143); }
div.DivClassName
{
background-color: #DAF38F;
}
.BgClassName
{
background-color: #DAF38F;
}
</style>
border-color css
<style>
span { border-color: #DAF38F; }
span { border-color: rgb(218,243,143); }
td.TdClassName
{
border-color: #DAF38F;
}
.TagClassName
{
border-color: #DAF38F;
}
</style>