Shades of Sulu #C0E46D
Tints of Sulu #C0E46D
RGB
CMYK
RGB Variations
Color information
#C0E46D (or 0xC0E46D) is known color: Sulu. HEX triplet: C0, E4 and 6D. RGB value is (192,228,109). Sum of RGB (Red+Green+Blue) = 192+228+109=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E46D is #3F1B92. Grayscale: #CCCCCC. Windows color (decimal): -4135827 or 7201984. OLE color: 7201984.
HSL color Cylindrical-coordinate representation of color #C0E46D: hue angle of 78.15º degrees, saturation: 0.69, 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 #C0E46D is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 109 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.11 |
| HSL | 78.15º | 0.69% | 0.66% | - |
| HSV(B) | 78.15º | 0.52% | 0.89% | - |
| XYZ | 52.24 | 67.8 | 24.8 | - |
| YUV | 203.67 | 74.57 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 109 | 0.16 | 0 | 0.52 | 0.11 | 78.15 | 0.69 | 0.66 |
| Hex | C0 | E4 | 6D | 10 | 0 | 34 | B | 4E | 45 | 42 |
| Octal | 300 | 344 | 155 | 20 | 0 | 64 | 13 | 116 | 105 | 102 |
| Binary | 11000000 | 11100100 | 1101101 | 10000 | 0 | 110100 | 1011 | 1001110 | 1000101 | 1000010 |
Color Harmonies of #C0E46D
Complementary color
Monochromatic Colors of #C0E46D
Black with #C0E46D
Text Example
Text Example
White with #C0E46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E46D; }
p { color: rgb(192,228,109); }
H1.HeaderClassName
{
color: #C0E46D;
}
.AnyTagClassName
{
color: #C0E46D;
}
</style>
background-color css
<style>
a { background-color: #C0E46D; }
a { background-color: rgb(192,228,109); }
div.DivClassName
{
background-color: #C0E46D;
}
.BgClassName
{
background-color: #C0E46D;
}
</style>
border-color css
<style>
span { border-color: #C0E46D; }
span { border-color: rgb(192,228,109); }
td.TdClassName
{
border-color: #C0E46D;
}
.TagClassName
{
border-color: #C0E46D;
}
</style>