Shades of Sulu #C0F189
Tints of Sulu #C0F189
RGB
CMYK
RGB Variations
Color information
#C0F189 (or 0xC0F189) is known color: Sulu. HEX triplet: C0, F1 and 89. RGB value is (192,241,137). Sum of RGB (Red+Green+Blue) = 192+241+137=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 137 (53.91% from 255 or 24.04% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F189 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F189 is #3F0E76. Grayscale: #D6D6D6. Windows color (decimal): -4132471 or 9040320. OLE color: 9040320.
HSL color Cylindrical-coordinate representation of color #C0F189: hue angle of 88.27º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0F189 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 137 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.05 |
| HSL | 88.27º | 0.79% | 0.74% | - |
| HSV(B) | 88.27º | 0.43% | 0.95% | - |
| XYZ | 57.71 | 75.92 | 35.28 | - |
| YUV | 214.49 | 84.27 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 137 | 0.20 | 0 | 0.43 | 0.05 | 88.27 | 0.79 | 0.74 |
| Hex | C0 | F1 | 89 | 14 | 0 | 2B | 5 | 58 | 4F | 4A |
| Octal | 300 | 361 | 211 | 24 | 0 | 53 | 5 | 130 | 117 | 112 |
| Binary | 11000000 | 11110001 | 10001001 | 10100 | 0 | 101011 | 101 | 1011000 | 1001111 | 1001010 |
Color Harmonies of #C0F189
Complementary color
Monochromatic Colors of #C0F189
Black with #C0F189
Text Example
Text Example
White with #C0F189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F189; }
p { color: rgb(192,241,137); }
H1.HeaderClassName
{
color: #C0F189;
}
.AnyTagClassName
{
color: #C0F189;
}
</style>
background-color css
<style>
a { background-color: #C0F189; }
a { background-color: rgb(192,241,137); }
div.DivClassName
{
background-color: #C0F189;
}
.BgClassName
{
background-color: #C0F189;
}
</style>
border-color css
<style>
span { border-color: #C0F189; }
span { border-color: rgb(192,241,137); }
td.TdClassName
{
border-color: #C0F189;
}
.TagClassName
{
border-color: #C0F189;
}
</style>