Shades of Sulu #C0E46C
Tints of Sulu #C0E46C
RGB
CMYK
RGB Variations
Color information
#C0E46C (or 0xC0E46C) is known color: Sulu. HEX triplet: C0, E4 and 6C. RGB value is (192,228,108). Sum of RGB (Red+Green+Blue) = 192+228+108=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E46C is #3F1B93. Grayscale: #CBCBCB. Windows color (decimal): -4135828 or 7136448. OLE color: 7136448.
HSL color Cylindrical-coordinate representation of color #C0E46C: hue angle of 78º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0E46C is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 108 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.11 |
| HSL | 78º | 0.69% | 0.66% | - |
| HSV(B) | 78º | 0.53% | 0.89% | - |
| XYZ | 52.19 | 67.78 | 24.52 | - |
| YUV | 203.56 | 74.07 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 108 | 0.16 | 0 | 0.53 | 0.11 | 78 | 0.69 | 0.66 |
| Hex | C0 | E4 | 6C | 10 | 0 | 35 | B | 4E | 45 | 42 |
| Octal | 300 | 344 | 154 | 20 | 0 | 65 | 13 | 116 | 105 | 102 |
| Binary | 11000000 | 11100100 | 1101100 | 10000 | 0 | 110101 | 1011 | 1001110 | 1000101 | 1000010 |
Color Harmonies of #C0E46C
Complementary color
Monochromatic Colors of #C0E46C
Black with #C0E46C
Text Example
Text Example
White with #C0E46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E46C; }
p { color: rgb(192,228,108); }
H1.HeaderClassName
{
color: #C0E46C;
}
.AnyTagClassName
{
color: #C0E46C;
}
</style>
background-color css
<style>
a { background-color: #C0E46C; }
a { background-color: rgb(192,228,108); }
div.DivClassName
{
background-color: #C0E46C;
}
.BgClassName
{
background-color: #C0E46C;
}
</style>
border-color css
<style>
span { border-color: #C0E46C; }
span { border-color: rgb(192,228,108); }
td.TdClassName
{
border-color: #C0E46C;
}
.TagClassName
{
border-color: #C0E46C;
}
</style>