Shades of Sulu #C0E06A
Tints of Sulu #C0E06A
RGB
CMYK
RGB Variations
Color information
#C0E06A (or 0xC0E06A) is known color: Sulu. HEX triplet: C0, E0 and 6A. RGB value is (192,224,106). Sum of RGB (Red+Green+Blue) = 192+224+106=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E06A is #3F1F95. Grayscale: #C9C9C9. Windows color (decimal): -4136854 or 7004352. OLE color: 7004352.
HSL color Cylindrical-coordinate representation of color #C0E06A: hue angle of 76.27º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0E06A is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 106 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.12 |
| HSL | 76.27º | 0.66% | 0.65% | - |
| HSV(B) | 76.27º | 0.53% | 0.88% | - |
| XYZ | 51 | 65.56 | 23.6 | - |
| YUV | 200.98 | 74.4 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 106 | 0.14 | 0 | 0.53 | 0.12 | 76.27 | 0.66 | 0.65 |
| Hex | C0 | E0 | 6A | E | 0 | 35 | C | 4C | 42 | 41 |
| Octal | 300 | 340 | 152 | 16 | 0 | 65 | 14 | 114 | 102 | 101 |
| Binary | 11000000 | 11100000 | 1101010 | 1110 | 0 | 110101 | 1100 | 1001100 | 1000010 | 1000001 |
Color Harmonies of #C0E06A
Complementary color
Monochromatic Colors of #C0E06A
Black with #C0E06A
Text Example
Text Example
White with #C0E06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E06A; }
p { color: rgb(192,224,106); }
H1.HeaderClassName
{
color: #C0E06A;
}
.AnyTagClassName
{
color: #C0E06A;
}
</style>
background-color css
<style>
a { background-color: #C0E06A; }
a { background-color: rgb(192,224,106); }
div.DivClassName
{
background-color: #C0E06A;
}
.BgClassName
{
background-color: #C0E06A;
}
</style>
border-color css
<style>
span { border-color: #C0E06A; }
span { border-color: rgb(192,224,106); }
td.TdClassName
{
border-color: #C0E06A;
}
.TagClassName
{
border-color: #C0E06A;
}
</style>