Shades of Sulu #C0E681
Tints of Sulu #C0E681
RGB
CMYK
RGB Variations
Color information
#C0E681 (or 0xC0E681) is known color: Sulu. HEX triplet: C0, E6 and 81. RGB value is (192,230,129). Sum of RGB (Red+Green+Blue) = 192+230+129=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 129 (50.78% from 255 or 23.41% from 551); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0E681 is #3F197E. Grayscale: #CFCFCF. Windows color (decimal): -4135295 or 8513216. OLE color: 8513216.
HSL color Cylindrical-coordinate representation of color #C0E681: hue angle of 82.57º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0E681 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 129 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.10 |
| HSL | 82.57º | 0.67% | 0.7% | - |
| HSV(B) | 82.57º | 0.44% | 0.9% | - |
| XYZ | 54 | 69.39 | 31.32 | - |
| YUV | 207.12 | 83.91 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 129 | 0.17 | 0 | 0.44 | 0.10 | 82.57 | 0.67 | 0.7 |
| Hex | C0 | E6 | 81 | 11 | 0 | 2C | A | 53 | 43 | 46 |
| Octal | 300 | 346 | 201 | 21 | 0 | 54 | 12 | 123 | 103 | 106 |
| Binary | 11000000 | 11100110 | 10000001 | 10001 | 0 | 101100 | 1010 | 1010011 | 1000011 | 1000110 |
Color Harmonies of #C0E681
Complementary color
Monochromatic Colors of #C0E681
Black with #C0E681
Text Example
Text Example
White with #C0E681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E681; }
p { color: rgb(192,230,129); }
H1.HeaderClassName
{
color: #C0E681;
}
.AnyTagClassName
{
color: #C0E681;
}
</style>
background-color css
<style>
a { background-color: #C0E681; }
a { background-color: rgb(192,230,129); }
div.DivClassName
{
background-color: #C0E681;
}
.BgClassName
{
background-color: #C0E681;
}
</style>
border-color css
<style>
span { border-color: #C0E681; }
span { border-color: rgb(192,230,129); }
td.TdClassName
{
border-color: #C0E681;
}
.TagClassName
{
border-color: #C0E681;
}
</style>