Shades of Sulu #C8FD7C
Tints of Sulu #C8FD7C
RGB
CMYK
RGB Variations
Color information
#C8FD7C (or 0xC8FD7C) is known color: Sulu. HEX triplet: C8, FD and 7C. RGB value is (200,253,124). Sum of RGB (Red+Green+Blue) = 200+253+124=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 124 (48.83% from 255 or 21.49% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FD7C is #370283. Grayscale: #DEDEDE. Windows color (decimal): -3605124 or 8191432. OLE color: 8191432.
HSL color Cylindrical-coordinate representation of color #C8FD7C: hue angle of 84.65º degrees, saturation: 0.97, 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 #C8FD7C is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 253 | 124 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.01 |
| HSL | 84.65º | 0.97% | 0.74% | - |
| HSV(B) | 84.65º | 0.51% | 0.99% | - |
| XYZ | 62.58 | 83.99 | 31.98 | - |
| YUV | 222.45 | 72.44 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 253 | 124 | 0.21 | 0 | 0.51 | 0.01 | 84.65 | 0.97 | 0.74 |
| Hex | C8 | FD | 7C | 15 | 0 | 33 | 1 | 55 | 61 | 4A |
| Octal | 310 | 375 | 174 | 25 | 0 | 63 | 1 | 125 | 141 | 112 |
| Binary | 11001000 | 11111101 | 1111100 | 10101 | 0 | 110011 | 1 | 1010101 | 1100001 | 1001010 |
Color Harmonies of #C8FD7C
Complementary color
Monochromatic Colors of #C8FD7C
Black with #C8FD7C
Text Example
Text Example
White with #C8FD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FD7C; }
p { color: rgb(200,253,124); }
H1.HeaderClassName
{
color: #C8FD7C;
}
.AnyTagClassName
{
color: #C8FD7C;
}
</style>
background-color css
<style>
a { background-color: #C8FD7C; }
a { background-color: rgb(200,253,124); }
div.DivClassName
{
background-color: #C8FD7C;
}
.BgClassName
{
background-color: #C8FD7C;
}
</style>
border-color css
<style>
span { border-color: #C8FD7C; }
span { border-color: rgb(200,253,124); }
td.TdClassName
{
border-color: #C8FD7C;
}
.TagClassName
{
border-color: #C8FD7C;
}
</style>