Shades of Sulu #D6F77C
Tints of Sulu #D6F77C
RGB
CMYK
RGB Variations
Color information
#D6F77C (or 0xD6F77C) is known color: Sulu. HEX triplet: D6, F7 and 7C. RGB value is (214,247,124). Sum of RGB (Red+Green+Blue) = 214+247+124=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 124 (48.83% from 255 or 21.20% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F77C is #290883. Grayscale: #DFDFDF. Windows color (decimal): -2689156 or 8189910. OLE color: 8189910.
HSL color Cylindrical-coordinate representation of color #D6F77C: hue angle of 76.1º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6F77C is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 247 | 124 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.03 |
| HSL | 76.1º | 0.88% | 0.73% | - |
| HSV(B) | 76.1º | 0.5% | 0.97% | - |
| XYZ | 64.63 | 82.27 | 31.54 | - |
| YUV | 223.11 | 72.07 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 247 | 124 | 0.13 | 0 | 0.50 | 0.03 | 76.1 | 0.88 | 0.73 |
| Hex | D6 | F7 | 7C | D | 0 | 32 | 3 | 4C | 58 | 49 |
| Octal | 326 | 367 | 174 | 15 | 0 | 62 | 3 | 114 | 130 | 111 |
| Binary | 11010110 | 11110111 | 1111100 | 1101 | 0 | 110010 | 11 | 1001100 | 1011000 | 1001001 |
Color Harmonies of #D6F77C
Complementary color
Monochromatic Colors of #D6F77C
Black with #D6F77C
Text Example
Text Example
White with #D6F77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F77C; }
p { color: rgb(214,247,124); }
H1.HeaderClassName
{
color: #D6F77C;
}
.AnyTagClassName
{
color: #D6F77C;
}
</style>
background-color css
<style>
a { background-color: #D6F77C; }
a { background-color: rgb(214,247,124); }
div.DivClassName
{
background-color: #D6F77C;
}
.BgClassName
{
background-color: #D6F77C;
}
</style>
border-color css
<style>
span { border-color: #D6F77C; }
span { border-color: rgb(214,247,124); }
td.TdClassName
{
border-color: #D6F77C;
}
.TagClassName
{
border-color: #D6F77C;
}
</style>