Shades of Sulu #C7F96C
Tints of Sulu #C7F96C
RGB
CMYK
RGB Variations
Color information
#C7F96C (or 0xC7F96C) is known color: Sulu. HEX triplet: C7, F9 and 6C. RGB value is (199,249,108). Sum of RGB (Red+Green+Blue) = 199+249+108=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #C7F96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F96C is #380693. Grayscale: #DADADA. Windows color (decimal): -3671700 or 7141831. OLE color: 7141831.
HSL color Cylindrical-coordinate representation of color #C7F96C: hue angle of 81.28º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7F96C is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 249 | 108 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.02 |
| HSL | 81.28º | 0.92% | 0.7% | - |
| HSV(B) | 81.28º | 0.57% | 0.98% | - |
| XYZ | 60.14 | 80.98 | 26.65 | - |
| YUV | 217.98 | 65.94 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 249 | 108 | 0.20 | 0 | 0.57 | 0.02 | 81.28 | 0.92 | 0.7 |
| Hex | C7 | F9 | 6C | 14 | 0 | 39 | 2 | 51 | 5C | 46 |
| Octal | 307 | 371 | 154 | 24 | 0 | 71 | 2 | 121 | 134 | 106 |
| Binary | 11000111 | 11111001 | 1101100 | 10100 | 0 | 111001 | 10 | 1010001 | 1011100 | 1000110 |
Color Harmonies of #C7F96C
Complementary color
Monochromatic Colors of #C7F96C
Black with #C7F96C
Text Example
Text Example
White with #C7F96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F96C; }
p { color: rgb(199,249,108); }
H1.HeaderClassName
{
color: #C7F96C;
}
.AnyTagClassName
{
color: #C7F96C;
}
</style>
background-color css
<style>
a { background-color: #C7F96C; }
a { background-color: rgb(199,249,108); }
div.DivClassName
{
background-color: #C7F96C;
}
.BgClassName
{
background-color: #C7F96C;
}
</style>
border-color css
<style>
span { border-color: #C7F96C; }
span { border-color: rgb(199,249,108); }
td.TdClassName
{
border-color: #C7F96C;
}
.TagClassName
{
border-color: #C7F96C;
}
</style>