Shades of Sulu #C0F96F
Tints of Sulu #C0F96F
RGB
CMYK
RGB Variations
Color information
#C0F96F (or 0xC0F96F) is known color: Sulu. HEX triplet: C0, F9 and 6F. RGB value is (192,249,111). Sum of RGB (Red+Green+Blue) = 192+249+111=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 111 (43.75% from 255 or 20.11% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F96F is #3F0690. Grayscale: #D8D8D8. Windows color (decimal): -4130449 or 7338432. OLE color: 7338432.
HSL color Cylindrical-coordinate representation of color #C0F96F: hue angle of 84.78º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0F96F is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 111 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.02 |
| HSL | 84.78º | 0.92% | 0.71% | - |
| HSV(B) | 84.78º | 0.55% | 0.98% | - |
| XYZ | 58.48 | 80.11 | 27.42 | - |
| YUV | 216.23 | 68.62 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 111 | 0.23 | 0 | 0.55 | 0.02 | 84.78 | 0.92 | 0.71 |
| Hex | C0 | F9 | 6F | 17 | 0 | 37 | 2 | 55 | 5C | 47 |
| Octal | 300 | 371 | 157 | 27 | 0 | 67 | 2 | 125 | 134 | 107 |
| Binary | 11000000 | 11111001 | 1101111 | 10111 | 0 | 110111 | 10 | 1010101 | 1011100 | 1000111 |
Color Harmonies of #C0F96F
Complementary color
Monochromatic Colors of #C0F96F
Black with #C0F96F
Text Example
Text Example
White with #C0F96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F96F; }
p { color: rgb(192,249,111); }
H1.HeaderClassName
{
color: #C0F96F;
}
.AnyTagClassName
{
color: #C0F96F;
}
</style>
background-color css
<style>
a { background-color: #C0F96F; }
a { background-color: rgb(192,249,111); }
div.DivClassName
{
background-color: #C0F96F;
}
.BgClassName
{
background-color: #C0F96F;
}
</style>
border-color css
<style>
span { border-color: #C0F96F; }
span { border-color: rgb(192,249,111); }
td.TdClassName
{
border-color: #C0F96F;
}
.TagClassName
{
border-color: #C0F96F;
}
</style>