Shades of Sulu #C0F181
Tints of Sulu #C0F181
RGB
CMYK
RGB Variations
Color information
#C0F181 (or 0xC0F181) is known color: Sulu. HEX triplet: C0, F1 and 81. RGB value is (192,241,129). Sum of RGB (Red+Green+Blue) = 192+241+129=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 129 (50.78% from 255 or 22.95% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F181 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F181 is #3F0E7E. Grayscale: #D5D5D5. Windows color (decimal): -4132479 or 8516032. OLE color: 8516032.
HSL color Cylindrical-coordinate representation of color #C0F181: hue angle of 86.25º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0F181 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 129 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.05 |
| HSL | 86.25º | 0.8% | 0.73% | - |
| HSV(B) | 86.25º | 0.46% | 0.95% | - |
| XYZ | 57.16 | 75.7 | 32.37 | - |
| YUV | 213.58 | 80.27 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 129 | 0.20 | 0 | 0.46 | 0.05 | 86.25 | 0.8 | 0.73 |
| Hex | C0 | F1 | 81 | 14 | 0 | 2E | 5 | 56 | 50 | 49 |
| Octal | 300 | 361 | 201 | 24 | 0 | 56 | 5 | 126 | 120 | 111 |
| Binary | 11000000 | 11110001 | 10000001 | 10100 | 0 | 101110 | 101 | 1010110 | 1010000 | 1001001 |
Color Harmonies of #C0F181
Complementary color
Monochromatic Colors of #C0F181
Black with #C0F181
Text Example
Text Example
White with #C0F181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F181; }
p { color: rgb(192,241,129); }
H1.HeaderClassName
{
color: #C0F181;
}
.AnyTagClassName
{
color: #C0F181;
}
</style>
background-color css
<style>
a { background-color: #C0F181; }
a { background-color: rgb(192,241,129); }
div.DivClassName
{
background-color: #C0F181;
}
.BgClassName
{
background-color: #C0F181;
}
</style>
border-color css
<style>
span { border-color: #C0F181; }
span { border-color: rgb(192,241,129); }
td.TdClassName
{
border-color: #C0F181;
}
.TagClassName
{
border-color: #C0F181;
}
</style>