Shades of Sulu #C0E37B
Tints of Sulu #C0E37B
RGB
CMYK
RGB Variations
Color information
#C0E37B (or 0xC0E37B) is known color: Sulu. HEX triplet: C0, E3 and 7B. RGB value is (192,227,123). Sum of RGB (Red+Green+Blue) = 192+227+123=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E37B is #3F1C84. Grayscale: #CDCDCD. Windows color (decimal): -4136069 or 8119232. OLE color: 8119232.
HSL color Cylindrical-coordinate representation of color #C0E37B: hue angle of 80.19º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0E37B is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 227 | 123 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.11 |
| HSL | 80.19º | 0.65% | 0.69% | - |
| HSV(B) | 80.19º | 0.46% | 0.89% | - |
| XYZ | 52.78 | 67.57 | 29 | - |
| YUV | 204.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 227 | 123 | 0.15 | 0 | 0.46 | 0.11 | 80.19 | 0.65 | 0.69 |
| Hex | C0 | E3 | 7B | F | 0 | 2E | B | 50 | 41 | 45 |
| Octal | 300 | 343 | 173 | 17 | 0 | 56 | 13 | 120 | 101 | 105 |
| Binary | 11000000 | 11100011 | 1111011 | 1111 | 0 | 101110 | 1011 | 1010000 | 1000001 | 1000101 |
Color Harmonies of #C0E37B
Complementary color
Monochromatic Colors of #C0E37B
Black with #C0E37B
Text Example
Text Example
White with #C0E37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E37B; }
p { color: rgb(192,227,123); }
H1.HeaderClassName
{
color: #C0E37B;
}
.AnyTagClassName
{
color: #C0E37B;
}
</style>
background-color css
<style>
a { background-color: #C0E37B; }
a { background-color: rgb(192,227,123); }
div.DivClassName
{
background-color: #C0E37B;
}
.BgClassName
{
background-color: #C0E37B;
}
</style>
border-color css
<style>
span { border-color: #C0E37B; }
span { border-color: rgb(192,227,123); }
td.TdClassName
{
border-color: #C0E37B;
}
.TagClassName
{
border-color: #C0E37B;
}
</style>