Shades of Sulu #DAF387
Tints of Sulu #DAF387
RGB
CMYK
RGB Variations
Color information
#DAF387 (or 0xDAF387) is known color: Sulu. HEX triplet: DA, F3 and 87. RGB value is (218,243,135). Sum of RGB (Red+Green+Blue) = 218+243+135=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 135 (53.12% from 255 or 22.65% from 596); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF387 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF387 is #250C78. Grayscale: #DFDFDF. Windows color (decimal): -2428025 or 8909786. OLE color: 8909786.
HSL color Cylindrical-coordinate representation of color #DAF387: hue angle of 73.89º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAF387 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 135 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.05 |
| HSL | 73.89º | 0.82% | 0.74% | - |
| HSV(B) | 73.89º | 0.44% | 0.95% | - |
| XYZ | 65.34 | 80.76 | 35.07 | - |
| YUV | 223.21 | 78.22 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 135 | 0.10 | 0 | 0.44 | 0.05 | 73.89 | 0.82 | 0.74 |
| Hex | DA | F3 | 87 | A | 0 | 2C | 5 | 4A | 52 | 4A |
| Octal | 332 | 363 | 207 | 12 | 0 | 54 | 5 | 112 | 122 | 112 |
| Binary | 11011010 | 11110011 | 10000111 | 1010 | 0 | 101100 | 101 | 1001010 | 1010010 | 1001010 |
Color Harmonies of #DAF387
Complementary color
Monochromatic Colors of #DAF387
Black with #DAF387
Text Example
Text Example
White with #DAF387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF387; }
p { color: rgb(218,243,135); }
H1.HeaderClassName
{
color: #DAF387;
}
.AnyTagClassName
{
color: #DAF387;
}
</style>
background-color css
<style>
a { background-color: #DAF387; }
a { background-color: rgb(218,243,135); }
div.DivClassName
{
background-color: #DAF387;
}
.BgClassName
{
background-color: #DAF387;
}
</style>
border-color css
<style>
span { border-color: #DAF387; }
span { border-color: rgb(218,243,135); }
td.TdClassName
{
border-color: #DAF387;
}
.TagClassName
{
border-color: #DAF387;
}
</style>