Shades of Sulu #DAFF85
Tints of Sulu #DAFF85
RGB
CMYK
RGB Variations
Color information
#DAFF85 (or 0xDAFF85) is known color: Sulu. HEX triplet: DA, FF and 85. RGB value is (218,255,133). Sum of RGB (Red+Green+Blue) = 218+255+133=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 133 (52.34% from 255 or 21.95% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFF85 is #25007A. Grayscale: #E6E6E6. Windows color (decimal): -2424955 or 8781786. OLE color: 8781786.
HSL color Cylindrical-coordinate representation of color #DAFF85: hue angle of 78.2º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAFF85 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 133 | - |
| CMYK | 0.15 | 0 | 0.48 | 0 |
| HSL | 78.2º | 1% | 0.76% | - |
| HSV(B) | 78.2º | 0.48% | 1% | - |
| XYZ | 68.91 | 88.12 | 35.57 | - |
| YUV | 230.03 | 73.24 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 133 | 0.15 | 0 | 0.48 | 0 | 78.2 | 1 | 0.76 |
| Hex | DA | FF | 85 | F | 0 | 30 | 0 | 4E | 64 | 4C |
| Octal | 332 | 377 | 205 | 17 | 0 | 60 | 0 | 116 | 144 | 114 |
| Binary | 11011010 | 11111111 | 10000101 | 1111 | 0 | 110000 | 0 | 1001110 | 1100100 | 1001100 |
Color Harmonies of #DAFF85
Complementary color
Monochromatic Colors of #DAFF85
Black with #DAFF85
Text Example
Text Example
White with #DAFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF85; }
p { color: rgb(218,255,133); }
H1.HeaderClassName
{
color: #DAFF85;
}
.AnyTagClassName
{
color: #DAFF85;
}
</style>
background-color css
<style>
a { background-color: #DAFF85; }
a { background-color: rgb(218,255,133); }
div.DivClassName
{
background-color: #DAFF85;
}
.BgClassName
{
background-color: #DAFF85;
}
</style>
border-color css
<style>
span { border-color: #DAFF85; }
span { border-color: rgb(218,255,133); }
td.TdClassName
{
border-color: #DAFF85;
}
.TagClassName
{
border-color: #DAFF85;
}
</style>