Shades of Sulu #DAFE7F
Tints of Sulu #DAFE7F
RGB
CMYK
RGB Variations
Color information
#DAFE7F (or 0xDAFE7F) is known color: Sulu. HEX triplet: DA, FE and 7F. RGB value is (218,254,127). Sum of RGB (Red+Green+Blue) = 218+254+127=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 127 (50% from 255 or 21.20% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE7F is #250180. Grayscale: #E5E5E5. Windows color (decimal): -2425217 or 8388314. OLE color: 8388314.
HSL color Cylindrical-coordinate representation of color #DAFE7F: hue angle of 77.01º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAFE7F is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 127 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.00 |
| HSL | 77.01º | 0.98% | 0.75% | - |
| HSV(B) | 77.01º | 0.5% | 1% | - |
| XYZ | 68.19 | 87.32 | 33.34 | - |
| YUV | 228.76 | 70.57 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 127 | 0.14 | 0 | 0.50 | 0.00 | 77.01 | 0.98 | 0.75 |
| Hex | DA | FE | 7F | E | 0 | 32 | 0 | 4D | 62 | 4B |
| Octal | 332 | 376 | 177 | 16 | 0 | 62 | 0 | 115 | 142 | 113 |
| Binary | 11011010 | 11111110 | 1111111 | 1110 | 0 | 110010 | 0 | 1001101 | 1100010 | 1001011 |
Color Harmonies of #DAFE7F
Complementary color
Monochromatic Colors of #DAFE7F
Black with #DAFE7F
Text Example
Text Example
White with #DAFE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE7F; }
p { color: rgb(218,254,127); }
H1.HeaderClassName
{
color: #DAFE7F;
}
.AnyTagClassName
{
color: #DAFE7F;
}
</style>
background-color css
<style>
a { background-color: #DAFE7F; }
a { background-color: rgb(218,254,127); }
div.DivClassName
{
background-color: #DAFE7F;
}
.BgClassName
{
background-color: #DAFE7F;
}
</style>
border-color css
<style>
span { border-color: #DAFE7F; }
span { border-color: rgb(218,254,127); }
td.TdClassName
{
border-color: #DAFE7F;
}
.TagClassName
{
border-color: #DAFE7F;
}
</style>