Shades of Sulu #C8F87C
Tints of Sulu #C8F87C
RGB
CMYK
RGB Variations
Color information
#C8F87C (or 0xC8F87C) is known color: Sulu. HEX triplet: C8, F8 and 7C. RGB value is (200,248,124). Sum of RGB (Red+Green+Blue) = 200+248+124=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 248 (97.27% from 255 or 43.36% from 572); Blue value is 124 (48.83% from 255 or 21.68% from 572); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F87C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F87C is #370783. Grayscale: #DBDBDB. Windows color (decimal): -3606404 or 8190152. OLE color: 8190152.
HSL color Cylindrical-coordinate representation of color #C8F87C: hue angle of 83.23º degrees, saturation: 0.9, 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 #C8F87C is Cyan = 0.19, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 124 | - |
| CMYK | 0.19 | 0 | 0.5 | 0.03 |
| HSL | 83.23º | 0.9% | 0.73% | - |
| HSV(B) | 83.23º | 0.5% | 0.97% | - |
| XYZ | 61.02 | 80.87 | 31.46 | - |
| YUV | 219.51 | 74.1 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 124 | 0.19 | 0 | 0.5 | 0.03 | 83.23 | 0.9 | 0.73 |
| Hex | C8 | F8 | 7C | 13 | 0 | 32 | 3 | 53 | 5A | 49 |
| Octal | 310 | 370 | 174 | 23 | 0 | 62 | 3 | 123 | 132 | 111 |
| Binary | 11001000 | 11111000 | 1111100 | 10011 | 0 | 110010 | 11 | 1010011 | 1011010 | 1001001 |
Color Harmonies of #C8F87C
Complementary color
Monochromatic Colors of #C8F87C
Black with #C8F87C
Text Example
Text Example
White with #C8F87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F87C; }
p { color: rgb(200,248,124); }
H1.HeaderClassName
{
color: #C8F87C;
}
.AnyTagClassName
{
color: #C8F87C;
}
</style>
background-color css
<style>
a { background-color: #C8F87C; }
a { background-color: rgb(200,248,124); }
div.DivClassName
{
background-color: #C8F87C;
}
.BgClassName
{
background-color: #C8F87C;
}
</style>
border-color css
<style>
span { border-color: #C8F87C; }
span { border-color: rgb(200,248,124); }
td.TdClassName
{
border-color: #C8F87C;
}
.TagClassName
{
border-color: #C8F87C;
}
</style>