Shades of Sulu #C7FC7C
Tints of Sulu #C7FC7C
RGB
CMYK
RGB Variations
Color information
#C7FC7C (or 0xC7FC7C) is known color: Sulu. HEX triplet: C7, FC and 7C. RGB value is (199,252,124). Sum of RGB (Red+Green+Blue) = 199+252+124=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 124 (48.83% from 255 or 21.57% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FC7C is #380383. Grayscale: #DEDEDE. Windows color (decimal): -3670916 or 8191175. OLE color: 8191175.
HSL color Cylindrical-coordinate representation of color #C7FC7C: hue angle of 84.84º 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 #C7FC7C is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 252 | 124 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.01 |
| HSL | 84.84º | 0.96% | 0.74% | - |
| HSV(B) | 84.84º | 0.51% | 0.99% | - |
| XYZ | 62 | 83.22 | 31.86 | - |
| YUV | 221.56 | 72.94 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 252 | 124 | 0.21 | 0 | 0.51 | 0.01 | 84.84 | 0.96 | 0.74 |
| Hex | C7 | FC | 7C | 15 | 0 | 33 | 1 | 55 | 60 | 4A |
| Octal | 307 | 374 | 174 | 25 | 0 | 63 | 1 | 125 | 140 | 112 |
| Binary | 11000111 | 11111100 | 1111100 | 10101 | 0 | 110011 | 1 | 1010101 | 1100000 | 1001010 |
Color Harmonies of #C7FC7C
Complementary color
Monochromatic Colors of #C7FC7C
Black with #C7FC7C
Text Example
Text Example
White with #C7FC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FC7C; }
p { color: rgb(199,252,124); }
H1.HeaderClassName
{
color: #C7FC7C;
}
.AnyTagClassName
{
color: #C7FC7C;
}
</style>
background-color css
<style>
a { background-color: #C7FC7C; }
a { background-color: rgb(199,252,124); }
div.DivClassName
{
background-color: #C7FC7C;
}
.BgClassName
{
background-color: #C7FC7C;
}
</style>
border-color css
<style>
span { border-color: #C7FC7C; }
span { border-color: rgb(199,252,124); }
td.TdClassName
{
border-color: #C7FC7C;
}
.TagClassName
{
border-color: #C7FC7C;
}
</style>