Shades of Sulu #C0F975
Tints of Sulu #C0F975
RGB
CMYK
RGB Variations
Color information
#C0F975 (or 0xC0F975) is known color: Sulu. HEX triplet: C0, F9 and 75. RGB value is (192,249,117). Sum of RGB (Red+Green+Blue) = 192+249+117=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F975 is #3F068A. Grayscale: #D9D9D9. Windows color (decimal): -4130443 or 7731648. OLE color: 7731648.
HSL color Cylindrical-coordinate representation of color #C0F975: hue angle of 85.91º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0F975 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 117 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.02 |
| HSL | 85.91º | 0.92% | 0.72% | - |
| HSV(B) | 85.91º | 0.53% | 0.98% | - |
| XYZ | 58.82 | 80.24 | 29.22 | - |
| YUV | 216.91 | 71.62 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 117 | 0.23 | 0 | 0.53 | 0.02 | 85.91 | 0.92 | 0.72 |
| Hex | C0 | F9 | 75 | 17 | 0 | 35 | 2 | 56 | 5C | 48 |
| Octal | 300 | 371 | 165 | 27 | 0 | 65 | 2 | 126 | 134 | 110 |
| Binary | 11000000 | 11111001 | 1110101 | 10111 | 0 | 110101 | 10 | 1010110 | 1011100 | 1001000 |
Color Harmonies of #C0F975
Complementary color
Monochromatic Colors of #C0F975
Black with #C0F975
Text Example
Text Example
White with #C0F975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F975; }
p { color: rgb(192,249,117); }
H1.HeaderClassName
{
color: #C0F975;
}
.AnyTagClassName
{
color: #C0F975;
}
</style>
background-color css
<style>
a { background-color: #C0F975; }
a { background-color: rgb(192,249,117); }
div.DivClassName
{
background-color: #C0F975;
}
.BgClassName
{
background-color: #C0F975;
}
</style>
border-color css
<style>
span { border-color: #C0F975; }
span { border-color: rgb(192,249,117); }
td.TdClassName
{
border-color: #C0F975;
}
.TagClassName
{
border-color: #C0F975;
}
</style>