Shades of Sulu #C0F185
Tints of Sulu #C0F185
RGB
CMYK
RGB Variations
Color information
#C0F185 (or 0xC0F185) is known color: Sulu. HEX triplet: C0, F1 and 85. RGB value is (192,241,133). Sum of RGB (Red+Green+Blue) = 192+241+133=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F185 is #3F0E7A. Grayscale: #D6D6D6. Windows color (decimal): -4132475 or 8778176. OLE color: 8778176.
HSL color Cylindrical-coordinate representation of color #C0F185: hue angle of 87.22º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0F185 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 133 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.05 |
| HSL | 87.22º | 0.79% | 0.73% | - |
| HSV(B) | 87.22º | 0.45% | 0.95% | - |
| XYZ | 57.43 | 75.81 | 33.8 | - |
| YUV | 214.04 | 82.27 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 133 | 0.20 | 0 | 0.45 | 0.05 | 87.22 | 0.79 | 0.73 |
| Hex | C0 | F1 | 85 | 14 | 0 | 2D | 5 | 57 | 4F | 49 |
| Octal | 300 | 361 | 205 | 24 | 0 | 55 | 5 | 127 | 117 | 111 |
| Binary | 11000000 | 11110001 | 10000101 | 10100 | 0 | 101101 | 101 | 1010111 | 1001111 | 1001001 |
Color Harmonies of #C0F185
Complementary color
Monochromatic Colors of #C0F185
Black with #C0F185
Text Example
Text Example
White with #C0F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F185; }
p { color: rgb(192,241,133); }
H1.HeaderClassName
{
color: #C0F185;
}
.AnyTagClassName
{
color: #C0F185;
}
</style>
background-color css
<style>
a { background-color: #C0F185; }
a { background-color: rgb(192,241,133); }
div.DivClassName
{
background-color: #C0F185;
}
.BgClassName
{
background-color: #C0F185;
}
</style>
border-color css
<style>
span { border-color: #C0F185; }
span { border-color: rgb(192,241,133); }
td.TdClassName
{
border-color: #C0F185;
}
.TagClassName
{
border-color: #C0F185;
}
</style>