Shades of Sulu #C8FC7C
Tints of Sulu #C8FC7C
RGB
CMYK
RGB Variations
Color information
#C8FC7C (or 0xC8FC7C) is known color: Sulu. HEX triplet: C8, FC and 7C. RGB value is (200,252,124). Sum of RGB (Red+Green+Blue) = 200+252+124=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FC7C is #370383. Grayscale: #DEDEDE. Windows color (decimal): -3605380 or 8191176. OLE color: 8191176.
HSL color Cylindrical-coordinate representation of color #C8FC7C: hue angle of 84.38º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8FC7C is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 124 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.01 |
| HSL | 84.38º | 0.96% | 0.74% | - |
| HSV(B) | 84.38º | 0.51% | 0.99% | - |
| XYZ | 62.27 | 83.36 | 31.88 | - |
| YUV | 221.86 | 72.77 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 124 | 0.21 | 0 | 0.51 | 0.01 | 84.38 | 0.96 | 0.74 |
| Hex | C8 | FC | 7C | 15 | 0 | 33 | 1 | 54 | 60 | 4A |
| Octal | 310 | 374 | 174 | 25 | 0 | 63 | 1 | 124 | 140 | 112 |
| Binary | 11001000 | 11111100 | 1111100 | 10101 | 0 | 110011 | 1 | 1010100 | 1100000 | 1001010 |
Color Harmonies of #C8FC7C
Complementary color
Monochromatic Colors of #C8FC7C
Black with #C8FC7C
Text Example
Text Example
White with #C8FC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FC7C; }
p { color: rgb(200,252,124); }
H1.HeaderClassName
{
color: #C8FC7C;
}
.AnyTagClassName
{
color: #C8FC7C;
}
</style>
background-color css
<style>
a { background-color: #C8FC7C; }
a { background-color: rgb(200,252,124); }
div.DivClassName
{
background-color: #C8FC7C;
}
.BgClassName
{
background-color: #C8FC7C;
}
</style>
border-color css
<style>
span { border-color: #C8FC7C; }
span { border-color: rgb(200,252,124); }
td.TdClassName
{
border-color: #C8FC7C;
}
.TagClassName
{
border-color: #C8FC7C;
}
</style>