Shades of Sulu #DAF486
Tints of Sulu #DAF486
RGB
CMYK
RGB Variations
Color information
#DAF486 (or 0xDAF486) is known color: Sulu. HEX triplet: DA, F4 and 86. RGB value is (218,244,134). Sum of RGB (Red+Green+Blue) = 218+244+134=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 244 (95.70% from 255 or 40.94% from 596); Blue value is 134 (52.73% from 255 or 22.48% from 596); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF486 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF486 is #250B79. Grayscale: #E0E0E0. Windows color (decimal): -2427770 or 8844506. OLE color: 8844506.
HSL color Cylindrical-coordinate representation of color #DAF486: hue angle of 74.18º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAF486 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 134 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.04 |
| HSL | 74.18º | 0.83% | 0.74% | - |
| HSV(B) | 74.18º | 0.45% | 0.96% | - |
| XYZ | 65.57 | 81.33 | 34.8 | - |
| YUV | 223.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 134 | 0.11 | 0 | 0.45 | 0.04 | 74.18 | 0.83 | 0.74 |
| Hex | DA | F4 | 86 | B | 0 | 2D | 4 | 4A | 53 | 4A |
| Octal | 332 | 364 | 206 | 13 | 0 | 55 | 4 | 112 | 123 | 112 |
| Binary | 11011010 | 11110100 | 10000110 | 1011 | 0 | 101101 | 100 | 1001010 | 1010011 | 1001010 |
Color Harmonies of #DAF486
Complementary color
Monochromatic Colors of #DAF486
Black with #DAF486
Text Example
Text Example
White with #DAF486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF486; }
p { color: rgb(218,244,134); }
H1.HeaderClassName
{
color: #DAF486;
}
.AnyTagClassName
{
color: #DAF486;
}
</style>
background-color css
<style>
a { background-color: #DAF486; }
a { background-color: rgb(218,244,134); }
div.DivClassName
{
background-color: #DAF486;
}
.BgClassName
{
background-color: #DAF486;
}
</style>
border-color css
<style>
span { border-color: #DAF486; }
span { border-color: rgb(218,244,134); }
td.TdClassName
{
border-color: #DAF486;
}
.TagClassName
{
border-color: #DAF486;
}
</style>