Shades of Sulu #DAF785
Tints of Sulu #DAF785
RGB
CMYK
RGB Variations
Color information
#DAF785 (or 0xDAF785) is known color: Sulu. HEX triplet: DA, F7 and 85. RGB value is (218,247,133). Sum of RGB (Red+Green+Blue) = 218+247+133=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 247 (96.88% from 255 or 41.30% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF785 is #25087A. Grayscale: #E1E1E1. Windows color (decimal): -2427003 or 8779738. OLE color: 8779738.
HSL color Cylindrical-coordinate representation of color #DAF785: hue angle of 75.26º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAF785 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 133 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.03 |
| HSL | 75.26º | 0.88% | 0.75% | - |
| HSV(B) | 75.26º | 0.46% | 0.97% | - |
| XYZ | 66.41 | 83.12 | 34.73 | - |
| YUV | 225.33 | 75.89 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 133 | 0.12 | 0 | 0.46 | 0.03 | 75.26 | 0.88 | 0.75 |
| Hex | DA | F7 | 85 | C | 0 | 2E | 3 | 4B | 58 | 4B |
| Octal | 332 | 367 | 205 | 14 | 0 | 56 | 3 | 113 | 130 | 113 |
| Binary | 11011010 | 11110111 | 10000101 | 1100 | 0 | 101110 | 11 | 1001011 | 1011000 | 1001011 |
Color Harmonies of #DAF785
Complementary color
Monochromatic Colors of #DAF785
Black with #DAF785
Text Example
Text Example
White with #DAF785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF785; }
p { color: rgb(218,247,133); }
H1.HeaderClassName
{
color: #DAF785;
}
.AnyTagClassName
{
color: #DAF785;
}
</style>
background-color css
<style>
a { background-color: #DAF785; }
a { background-color: rgb(218,247,133); }
div.DivClassName
{
background-color: #DAF785;
}
.BgClassName
{
background-color: #DAF785;
}
</style>
border-color css
<style>
span { border-color: #DAF785; }
span { border-color: rgb(218,247,133); }
td.TdClassName
{
border-color: #DAF785;
}
.TagClassName
{
border-color: #DAF785;
}
</style>