Shades of Sulu #C0F186
Tints of Sulu #C0F186
RGB
CMYK
RGB Variations
Color information
#C0F186 (or 0xC0F186) is known color: Sulu. HEX triplet: C0, F1 and 86. RGB value is (192,241,134). Sum of RGB (Red+Green+Blue) = 192+241+134=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 134 (52.73% from 255 or 23.63% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F186 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F186 is #3F0E79. Grayscale: #D6D6D6. Windows color (decimal): -4132474 or 8843712. OLE color: 8843712.
HSL color Cylindrical-coordinate representation of color #C0F186: hue angle of 87.48º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0F186 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 134 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.05 |
| HSL | 87.48º | 0.79% | 0.74% | - |
| HSV(B) | 87.48º | 0.44% | 0.95% | - |
| XYZ | 57.5 | 75.84 | 34.16 | - |
| YUV | 214.15 | 82.77 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 134 | 0.20 | 0 | 0.44 | 0.05 | 87.48 | 0.79 | 0.74 |
| Hex | C0 | F1 | 86 | 14 | 0 | 2C | 5 | 57 | 4F | 4A |
| Octal | 300 | 361 | 206 | 24 | 0 | 54 | 5 | 127 | 117 | 112 |
| Binary | 11000000 | 11110001 | 10000110 | 10100 | 0 | 101100 | 101 | 1010111 | 1001111 | 1001010 |
Color Harmonies of #C0F186
Complementary color
Monochromatic Colors of #C0F186
Black with #C0F186
Text Example
Text Example
White with #C0F186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F186; }
p { color: rgb(192,241,134); }
H1.HeaderClassName
{
color: #C0F186;
}
.AnyTagClassName
{
color: #C0F186;
}
</style>
background-color css
<style>
a { background-color: #C0F186; }
a { background-color: rgb(192,241,134); }
div.DivClassName
{
background-color: #C0F186;
}
.BgClassName
{
background-color: #C0F186;
}
</style>
border-color css
<style>
span { border-color: #C0F186; }
span { border-color: rgb(192,241,134); }
td.TdClassName
{
border-color: #C0F186;
}
.TagClassName
{
border-color: #C0F186;
}
</style>