Shades of Sulu #C0F18B
Tints of Sulu #C0F18B
RGB
CMYK
RGB Variations
Color information
#C0F18B (or 0xC0F18B) is known color: Sulu. HEX triplet: C0, F1 and 8B. RGB value is (192,241,139). Sum of RGB (Red+Green+Blue) = 192+241+139=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F18B is #3F0E74. Grayscale: #D7D7D7. Windows color (decimal): -4132469 or 9171392. OLE color: 9171392.
HSL color Cylindrical-coordinate representation of color #C0F18B: hue angle of 88.82º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0F18B is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 139 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.05 |
| HSL | 88.82º | 0.78% | 0.75% | - |
| HSV(B) | 88.82º | 0.42% | 0.95% | - |
| XYZ | 57.85 | 75.98 | 36.04 | - |
| YUV | 214.72 | 85.27 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 139 | 0.20 | 0 | 0.42 | 0.05 | 88.82 | 0.78 | 0.75 |
| Hex | C0 | F1 | 8B | 14 | 0 | 2A | 5 | 59 | 4E | 4B |
| Octal | 300 | 361 | 213 | 24 | 0 | 52 | 5 | 131 | 116 | 113 |
| Binary | 11000000 | 11110001 | 10001011 | 10100 | 0 | 101010 | 101 | 1011001 | 1001110 | 1001011 |
Color Harmonies of #C0F18B
Complementary color
Monochromatic Colors of #C0F18B
Black with #C0F18B
Text Example
Text Example
White with #C0F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F18B; }
p { color: rgb(192,241,139); }
H1.HeaderClassName
{
color: #C0F18B;
}
.AnyTagClassName
{
color: #C0F18B;
}
</style>
background-color css
<style>
a { background-color: #C0F18B; }
a { background-color: rgb(192,241,139); }
div.DivClassName
{
background-color: #C0F18B;
}
.BgClassName
{
background-color: #C0F18B;
}
</style>
border-color css
<style>
span { border-color: #C0F18B; }
span { border-color: rgb(192,241,139); }
td.TdClassName
{
border-color: #C0F18B;
}
.TagClassName
{
border-color: #C0F18B;
}
</style>