Shades of Sulu #C0F97C
Tints of Sulu #C0F97C
RGB
CMYK
RGB Variations
Color information
#C0F97C (or 0xC0F97C) is known color: Sulu. HEX triplet: C0, F9 and 7C. RGB value is (192,249,124). Sum of RGB (Red+Green+Blue) = 192+249+124=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 124 (48.83% from 255 or 21.95% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F97C is #3F0683. Grayscale: #DADADA. Windows color (decimal): -4130436 or 8190400. OLE color: 8190400.
HSL color Cylindrical-coordinate representation of color #C0F97C: hue angle of 87.36º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0F97C is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 124 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.02 |
| HSL | 87.36º | 0.91% | 0.73% | - |
| HSV(B) | 87.36º | 0.5% | 0.98% | - |
| XYZ | 59.25 | 80.41 | 31.47 | - |
| YUV | 217.71 | 75.12 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 124 | 0.23 | 0 | 0.50 | 0.02 | 87.36 | 0.91 | 0.73 |
| Hex | C0 | F9 | 7C | 17 | 0 | 32 | 2 | 57 | 5B | 49 |
| Octal | 300 | 371 | 174 | 27 | 0 | 62 | 2 | 127 | 133 | 111 |
| Binary | 11000000 | 11111001 | 1111100 | 10111 | 0 | 110010 | 10 | 1010111 | 1011011 | 1001001 |
Color Harmonies of #C0F97C
Complementary color
Monochromatic Colors of #C0F97C
Black with #C0F97C
Text Example
Text Example
White with #C0F97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F97C; }
p { color: rgb(192,249,124); }
H1.HeaderClassName
{
color: #C0F97C;
}
.AnyTagClassName
{
color: #C0F97C;
}
</style>
background-color css
<style>
a { background-color: #C0F97C; }
a { background-color: rgb(192,249,124); }
div.DivClassName
{
background-color: #C0F97C;
}
.BgClassName
{
background-color: #C0F97C;
}
</style>
border-color css
<style>
span { border-color: #C0F97C; }
span { border-color: rgb(192,249,124); }
td.TdClassName
{
border-color: #C0F97C;
}
.TagClassName
{
border-color: #C0F97C;
}
</style>