Shades of Reef #DAF38B
Tints of Reef #DAF38B
RGB
CMYK
RGB Variations
Color information
#DAF38B (or 0xDAF38B) is known color: Reef. HEX triplet: DA, F3 and 8B. RGB value is (218,243,139). Sum of RGB (Red+Green+Blue) = 218+243+139=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 139 (54.69% from 255 or 23.17% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF38B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF38B is #250C74. Grayscale: #E0E0E0. Windows color (decimal): -2428021 or 9171930. OLE color: 9171930.
HSL color Cylindrical-coordinate representation of color #DAF38B: hue angle of 74.42º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAF38B is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 139 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.05 |
| HSL | 74.42º | 0.81% | 0.75% | - |
| HSV(B) | 74.42º | 0.43% | 0.95% | - |
| XYZ | 65.62 | 80.87 | 36.58 | - |
| YUV | 223.67 | 80.22 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 139 | 0.10 | 0 | 0.43 | 0.05 | 74.42 | 0.81 | 0.75 |
| Hex | DA | F3 | 8B | A | 0 | 2B | 5 | 4A | 51 | 4B |
| Octal | 332 | 363 | 213 | 12 | 0 | 53 | 5 | 112 | 121 | 113 |
| Binary | 11011010 | 11110011 | 10001011 | 1010 | 0 | 101011 | 101 | 1001010 | 1010001 | 1001011 |
Color Harmonies of #DAF38B
Complementary color
Monochromatic Colors of #DAF38B
Black with #DAF38B
Text Example
Text Example
White with #DAF38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF38B; }
p { color: rgb(218,243,139); }
H1.HeaderClassName
{
color: #DAF38B;
}
.AnyTagClassName
{
color: #DAF38B;
}
</style>
background-color css
<style>
a { background-color: #DAF38B; }
a { background-color: rgb(218,243,139); }
div.DivClassName
{
background-color: #DAF38B;
}
.BgClassName
{
background-color: #DAF38B;
}
</style>
border-color css
<style>
span { border-color: #DAF38B; }
span { border-color: rgb(218,243,139); }
td.TdClassName
{
border-color: #DAF38B;
}
.TagClassName
{
border-color: #DAF38B;
}
</style>