Shades of Sulu #C0E38D
Tints of Sulu #C0E38D
RGB
CMYK
RGB Variations
Color information
#C0E38D (or 0xC0E38D) is known color: Sulu. HEX triplet: C0, E3 and 8D. RGB value is (192,227,141). Sum of RGB (Red+Green+Blue) = 192+227+141=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E38D is #3F1C72. Grayscale: #CFCFCF. Windows color (decimal): -4136051 or 9298880. OLE color: 9298880.
HSL color Cylindrical-coordinate representation of color #C0E38D: hue angle of 84.42º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0E38D is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 227 | 141 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.11 |
| HSL | 84.42º | 0.61% | 0.72% | - |
| HSV(B) | 84.42º | 0.38% | 0.89% | - |
| XYZ | 54.02 | 68.07 | 35.49 | - |
| YUV | 206.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 227 | 141 | 0.15 | 0 | 0.38 | 0.11 | 84.42 | 0.61 | 0.72 |
| Hex | C0 | E3 | 8D | F | 0 | 26 | B | 54 | 3D | 48 |
| Octal | 300 | 343 | 215 | 17 | 0 | 46 | 13 | 124 | 75 | 110 |
| Binary | 11000000 | 11100011 | 10001101 | 1111 | 0 | 100110 | 1011 | 1010100 | 111101 | 1001000 |
Color Harmonies of #C0E38D
Complementary color
Monochromatic Colors of #C0E38D
Black with #C0E38D
Text Example
Text Example
White with #C0E38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E38D; }
p { color: rgb(192,227,141); }
H1.HeaderClassName
{
color: #C0E38D;
}
.AnyTagClassName
{
color: #C0E38D;
}
</style>
background-color css
<style>
a { background-color: #C0E38D; }
a { background-color: rgb(192,227,141); }
div.DivClassName
{
background-color: #C0E38D;
}
.BgClassName
{
background-color: #C0E38D;
}
</style>
border-color css
<style>
span { border-color: #C0E38D; }
span { border-color: rgb(192,227,141); }
td.TdClassName
{
border-color: #C0E38D;
}
.TagClassName
{
border-color: #C0E38D;
}
</style>