Shades of Sulu #C0E36C
Tints of Sulu #C0E36C
RGB
CMYK
RGB Variations
Color information
#C0E36C (or 0xC0E36C) is known color: Sulu. HEX triplet: C0, E3 and 6C. RGB value is (192,227,108). Sum of RGB (Red+Green+Blue) = 192+227+108=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E36C is #3F1C93. Grayscale: #CBCBCB. Windows color (decimal): -4136084 or 7136192. OLE color: 7136192.
HSL color Cylindrical-coordinate representation of color #C0E36C: hue angle of 77.65º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0E36C is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 227 | 108 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.11 |
| HSL | 77.65º | 0.68% | 0.66% | - |
| HSV(B) | 77.65º | 0.52% | 0.89% | - |
| XYZ | 51.91 | 67.23 | 24.43 | - |
| YUV | 202.97 | 74.4 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 227 | 108 | 0.15 | 0 | 0.52 | 0.11 | 77.65 | 0.68 | 0.66 |
| Hex | C0 | E3 | 6C | F | 0 | 34 | B | 4E | 44 | 42 |
| Octal | 300 | 343 | 154 | 17 | 0 | 64 | 13 | 116 | 104 | 102 |
| Binary | 11000000 | 11100011 | 1101100 | 1111 | 0 | 110100 | 1011 | 1001110 | 1000100 | 1000010 |
Color Harmonies of #C0E36C
Complementary color
Monochromatic Colors of #C0E36C
Black with #C0E36C
Text Example
Text Example
White with #C0E36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E36C; }
p { color: rgb(192,227,108); }
H1.HeaderClassName
{
color: #C0E36C;
}
.AnyTagClassName
{
color: #C0E36C;
}
</style>
background-color css
<style>
a { background-color: #C0E36C; }
a { background-color: rgb(192,227,108); }
div.DivClassName
{
background-color: #C0E36C;
}
.BgClassName
{
background-color: #C0E36C;
}
</style>
border-color css
<style>
span { border-color: #C0E36C; }
span { border-color: rgb(192,227,108); }
td.TdClassName
{
border-color: #C0E36C;
}
.TagClassName
{
border-color: #C0E36C;
}
</style>