Shades of Sulu #C0F086
Tints of Sulu #C0F086
RGB
CMYK
RGB Variations
Color information
#C0F086 (or 0xC0F086) is known color: Sulu. HEX triplet: C0, F0 and 86. RGB value is (192,240,134). Sum of RGB (Red+Green+Blue) = 192+240+134=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F086 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F086 is #3F0F79. Grayscale: #D5D5D5. Windows color (decimal): -4132730 or 8843456. OLE color: 8843456.
HSL color Cylindrical-coordinate representation of color #C0F086: hue angle of 87.17º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0F086 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 134 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.06 |
| HSL | 87.17º | 0.78% | 0.73% | - |
| HSV(B) | 87.17º | 0.44% | 0.94% | - |
| XYZ | 57.2 | 75.25 | 34.06 | - |
| YUV | 213.56 | 83.1 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 134 | 0.20 | 0 | 0.44 | 0.06 | 87.17 | 0.78 | 0.73 |
| Hex | C0 | F0 | 86 | 14 | 0 | 2C | 6 | 57 | 4E | 49 |
| Octal | 300 | 360 | 206 | 24 | 0 | 54 | 6 | 127 | 116 | 111 |
| Binary | 11000000 | 11110000 | 10000110 | 10100 | 0 | 101100 | 110 | 1010111 | 1001110 | 1001001 |
Color Harmonies of #C0F086
Complementary color
Monochromatic Colors of #C0F086
Black with #C0F086
Text Example
Text Example
White with #C0F086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F086; }
p { color: rgb(192,240,134); }
H1.HeaderClassName
{
color: #C0F086;
}
.AnyTagClassName
{
color: #C0F086;
}
</style>
background-color css
<style>
a { background-color: #C0F086; }
a { background-color: rgb(192,240,134); }
div.DivClassName
{
background-color: #C0F086;
}
.BgClassName
{
background-color: #C0F086;
}
</style>
border-color css
<style>
span { border-color: #C0F086; }
span { border-color: rgb(192,240,134); }
td.TdClassName
{
border-color: #C0F086;
}
.TagClassName
{
border-color: #C0F086;
}
</style>