Shades of Sulu #DAFF7F
Tints of Sulu #DAFF7F
RGB
CMYK
RGB Variations
Color information
#DAFF7F (or 0xDAFF7F) is known color: Sulu. HEX triplet: DA, FF and 7F. RGB value is (218,255,127). Sum of RGB (Red+Green+Blue) = 218+255+127=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 127 (50% from 255 or 21.17% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF7F is #250080. Grayscale: #E5E5E5. Windows color (decimal): -2424961 or 8388570. OLE color: 8388570.
HSL color Cylindrical-coordinate representation of color #DAFF7F: hue angle of 77.34º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAFF7F is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 127 | - |
| CMYK | 0.15 | 0 | 0.50 | 0 |
| HSL | 77.34º | 1% | 0.75% | - |
| HSV(B) | 77.34º | 0.5% | 1% | - |
| XYZ | 68.5 | 87.96 | 33.45 | - |
| YUV | 229.35 | 70.24 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 127 | 0.15 | 0 | 0.50 | 0 | 77.34 | 1 | 0.75 |
| Hex | DA | FF | 7F | F | 0 | 32 | 0 | 4D | 64 | 4B |
| Octal | 332 | 377 | 177 | 17 | 0 | 62 | 0 | 115 | 144 | 113 |
| Binary | 11011010 | 11111111 | 1111111 | 1111 | 0 | 110010 | 0 | 1001101 | 1100100 | 1001011 |
Color Harmonies of #DAFF7F
Complementary color
Monochromatic Colors of #DAFF7F
Black with #DAFF7F
Text Example
Text Example
White with #DAFF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF7F; }
p { color: rgb(218,255,127); }
H1.HeaderClassName
{
color: #DAFF7F;
}
.AnyTagClassName
{
color: #DAFF7F;
}
</style>
background-color css
<style>
a { background-color: #DAFF7F; }
a { background-color: rgb(218,255,127); }
div.DivClassName
{
background-color: #DAFF7F;
}
.BgClassName
{
background-color: #DAFF7F;
}
</style>
border-color css
<style>
span { border-color: #DAFF7F; }
span { border-color: rgb(218,255,127); }
td.TdClassName
{
border-color: #DAFF7F;
}
.TagClassName
{
border-color: #DAFF7F;
}
</style>