Shades of Sulu #C0E38B
Tints of Sulu #C0E38B
RGB
CMYK
RGB Variations
Color information
#C0E38B (or 0xC0E38B) is known color: Sulu. HEX triplet: C0, E3 and 8B. RGB value is (192,227,139). Sum of RGB (Red+Green+Blue) = 192+227+139=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E38B is #3F1C74. Grayscale: #CECECE. Windows color (decimal): -4136053 or 9167808. OLE color: 9167808.
HSL color Cylindrical-coordinate representation of color #C0E38B: hue angle of 83.86º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0E38B is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 227 | 139 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.11 |
| HSL | 83.86º | 0.61% | 0.72% | - |
| HSV(B) | 83.86º | 0.39% | 0.89% | - |
| XYZ | 53.87 | 68.01 | 34.71 | - |
| YUV | 206.5 | 89.9 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 227 | 139 | 0.15 | 0 | 0.39 | 0.11 | 83.86 | 0.61 | 0.72 |
| Hex | C0 | E3 | 8B | F | 0 | 27 | B | 54 | 3D | 48 |
| Octal | 300 | 343 | 213 | 17 | 0 | 47 | 13 | 124 | 75 | 110 |
| Binary | 11000000 | 11100011 | 10001011 | 1111 | 0 | 100111 | 1011 | 1010100 | 111101 | 1001000 |
Color Harmonies of #C0E38B
Complementary color
Monochromatic Colors of #C0E38B
Black with #C0E38B
Text Example
Text Example
White with #C0E38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E38B; }
p { color: rgb(192,227,139); }
H1.HeaderClassName
{
color: #C0E38B;
}
.AnyTagClassName
{
color: #C0E38B;
}
</style>
background-color css
<style>
a { background-color: #C0E38B; }
a { background-color: rgb(192,227,139); }
div.DivClassName
{
background-color: #C0E38B;
}
.BgClassName
{
background-color: #C0E38B;
}
</style>
border-color css
<style>
span { border-color: #C0E38B; }
span { border-color: rgb(192,227,139); }
td.TdClassName
{
border-color: #C0E38B;
}
.TagClassName
{
border-color: #C0E38B;
}
</style>