Shades of Sulu #C8F77C
Tints of Sulu #C8F77C
RGB
CMYK
RGB Variations
Color information
#C8F77C (or 0xC8F77C) is known color: Sulu. HEX triplet: C8, F7 and 7C. RGB value is (200,247,124). Sum of RGB (Red+Green+Blue) = 200+247+124=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #C8F77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F77C is #370883. Grayscale: #DBDBDB. Windows color (decimal): -3606660 or 8189896. OLE color: 8189896.
HSL color Cylindrical-coordinate representation of color #C8F77C: hue angle of 82.93º 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 #C8F77C is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 247 | 124 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.03 |
| HSL | 82.93º | 0.88% | 0.73% | - |
| HSV(B) | 82.93º | 0.5% | 0.97% | - |
| XYZ | 60.72 | 80.26 | 31.36 | - |
| YUV | 218.93 | 74.43 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 247 | 124 | 0.19 | 0 | 0.50 | 0.03 | 82.93 | 0.88 | 0.73 |
| Hex | C8 | F7 | 7C | 13 | 0 | 32 | 3 | 53 | 58 | 49 |
| Octal | 310 | 367 | 174 | 23 | 0 | 62 | 3 | 123 | 130 | 111 |
| Binary | 11001000 | 11110111 | 1111100 | 10011 | 0 | 110010 | 11 | 1010011 | 1011000 | 1001001 |
Color Harmonies of #C8F77C
Complementary color
Monochromatic Colors of #C8F77C
Black with #C8F77C
Text Example
Text Example
White with #C8F77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F77C; }
p { color: rgb(200,247,124); }
H1.HeaderClassName
{
color: #C8F77C;
}
.AnyTagClassName
{
color: #C8F77C;
}
</style>
background-color css
<style>
a { background-color: #C8F77C; }
a { background-color: rgb(200,247,124); }
div.DivClassName
{
background-color: #C8F77C;
}
.BgClassName
{
background-color: #C8F77C;
}
</style>
border-color css
<style>
span { border-color: #C8F77C; }
span { border-color: rgb(200,247,124); }
td.TdClassName
{
border-color: #C8F77C;
}
.TagClassName
{
border-color: #C8F77C;
}
</style>