Shades of Sulu #C0E28A
Tints of Sulu #C0E28A
RGB
CMYK
RGB Variations
Color information
#C0E28A (or 0xC0E28A) is known color: Sulu. HEX triplet: C0, E2 and 8A. RGB value is (192,226,138). Sum of RGB (Red+Green+Blue) = 192+226+138=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E28A is #3F1D75. Grayscale: #CECECE. Windows color (decimal): -4136310 or 9102016. OLE color: 9102016.
HSL color Cylindrical-coordinate representation of color #C0E28A: hue angle of 83.18º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0E28A is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 138 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.11 |
| HSL | 83.18º | 0.6% | 0.71% | - |
| HSV(B) | 83.18º | 0.39% | 0.89% | - |
| XYZ | 53.52 | 67.43 | 34.24 | - |
| YUV | 205.8 | 89.74 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 138 | 0.15 | 0 | 0.39 | 0.11 | 83.18 | 0.6 | 0.71 |
| Hex | C0 | E2 | 8A | F | 0 | 27 | B | 53 | 3C | 47 |
| Octal | 300 | 342 | 212 | 17 | 0 | 47 | 13 | 123 | 74 | 107 |
| Binary | 11000000 | 11100010 | 10001010 | 1111 | 0 | 100111 | 1011 | 1010011 | 111100 | 1000111 |
Color Harmonies of #C0E28A
Complementary color
Monochromatic Colors of #C0E28A
Black with #C0E28A
Text Example
Text Example
White with #C0E28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E28A; }
p { color: rgb(192,226,138); }
H1.HeaderClassName
{
color: #C0E28A;
}
.AnyTagClassName
{
color: #C0E28A;
}
</style>
background-color css
<style>
a { background-color: #C0E28A; }
a { background-color: rgb(192,226,138); }
div.DivClassName
{
background-color: #C0E28A;
}
.BgClassName
{
background-color: #C0E28A;
}
</style>
border-color css
<style>
span { border-color: #C0E28A; }
span { border-color: rgb(192,226,138); }
td.TdClassName
{
border-color: #C0E28A;
}
.TagClassName
{
border-color: #C0E28A;
}
</style>