Shades of Sulu #C7FE76
Tints of Sulu #C7FE76
RGB
CMYK
RGB Variations
Color information
#C7FE76 (or 0xC7FE76) is known color: Sulu. HEX triplet: C7, FE and 76. RGB value is (199,254,118). Sum of RGB (Red+Green+Blue) = 199+254+118=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 118 (46.48% from 255 or 20.67% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FE76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FE76 is #380189. Grayscale: #DEDEDE. Windows color (decimal): -3670410 or 7798471. OLE color: 7798471.
HSL color Cylindrical-coordinate representation of color #C7FE76: hue angle of 84.26º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7FE76 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 254 | 118 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.00 |
| HSL | 84.26º | 0.99% | 0.73% | - |
| HSV(B) | 84.26º | 0.54% | 1% | - |
| XYZ | 62.27 | 84.33 | 30.14 | - |
| YUV | 222.05 | 69.28 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 254 | 118 | 0.22 | 0 | 0.54 | 0.00 | 84.26 | 0.99 | 0.73 |
| Hex | C7 | FE | 76 | 16 | 0 | 36 | 0 | 54 | 63 | 49 |
| Octal | 307 | 376 | 166 | 26 | 0 | 66 | 0 | 124 | 143 | 111 |
| Binary | 11000111 | 11111110 | 1110110 | 10110 | 0 | 110110 | 0 | 1010100 | 1100011 | 1001001 |
Color Harmonies of #C7FE76
Complementary color
Monochromatic Colors of #C7FE76
Black with #C7FE76
Text Example
Text Example
White with #C7FE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FE76; }
p { color: rgb(199,254,118); }
H1.HeaderClassName
{
color: #C7FE76;
}
.AnyTagClassName
{
color: #C7FE76;
}
</style>
background-color css
<style>
a { background-color: #C7FE76; }
a { background-color: rgb(199,254,118); }
div.DivClassName
{
background-color: #C7FE76;
}
.BgClassName
{
background-color: #C7FE76;
}
</style>
border-color css
<style>
span { border-color: #C7FE76; }
span { border-color: rgb(199,254,118); }
td.TdClassName
{
border-color: #C7FE76;
}
.TagClassName
{
border-color: #C7FE76;
}
</style>