Shades of Sulu #C6F77C
Tints of Sulu #C6F77C
RGB
CMYK
RGB Variations
Color information
#C6F77C (or 0xC6F77C) is known color: Sulu. HEX triplet: C6, F7 and 7C. RGB value is (198,247,124). Sum of RGB (Red+Green+Blue) = 198+247+124=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 247 (96.88% from 255 or 43.41% from 569); Blue value is 124 (48.83% from 255 or 21.79% from 569); Max value from RGB is 247 - color contains mainly: green. Hex color #C6F77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F77C is #390883. Grayscale: #DADADA. Windows color (decimal): -3737732 or 8189894. OLE color: 8189894.
HSL color Cylindrical-coordinate representation of color #C6F77C: hue angle of 83.9º 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 #C6F77C is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 247 | 124 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.03 |
| HSL | 83.9º | 0.88% | 0.73% | - |
| HSV(B) | 83.9º | 0.5% | 0.97% | - |
| XYZ | 60.19 | 79.98 | 31.33 | - |
| YUV | 218.33 | 74.77 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 247 | 124 | 0.20 | 0 | 0.50 | 0.03 | 83.9 | 0.88 | 0.73 |
| Hex | C6 | F7 | 7C | 14 | 0 | 32 | 3 | 54 | 58 | 49 |
| Octal | 306 | 367 | 174 | 24 | 0 | 62 | 3 | 124 | 130 | 111 |
| Binary | 11000110 | 11110111 | 1111100 | 10100 | 0 | 110010 | 11 | 1010100 | 1011000 | 1001001 |
Color Harmonies of #C6F77C
Complementary color
Monochromatic Colors of #C6F77C
Black with #C6F77C
Text Example
Text Example
White with #C6F77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F77C; }
p { color: rgb(198,247,124); }
H1.HeaderClassName
{
color: #C6F77C;
}
.AnyTagClassName
{
color: #C6F77C;
}
</style>
background-color css
<style>
a { background-color: #C6F77C; }
a { background-color: rgb(198,247,124); }
div.DivClassName
{
background-color: #C6F77C;
}
.BgClassName
{
background-color: #C6F77C;
}
</style>
border-color css
<style>
span { border-color: #C6F77C; }
span { border-color: rgb(198,247,124); }
td.TdClassName
{
border-color: #C6F77C;
}
.TagClassName
{
border-color: #C6F77C;
}
</style>