Shades of Sulu #C0E094
Tints of Sulu #C0E094
RGB
CMYK
RGB Variations
Color information
#C0E094 (or 0xC0E094) is known color: Sulu. HEX triplet: C0, E0 and 94. RGB value is (192,224,148). Sum of RGB (Red+Green+Blue) = 192+224+148=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E094 is #3F1F6B. Grayscale: #CECECE. Windows color (decimal): -4136812 or 9756864. OLE color: 9756864.
HSL color Cylindrical-coordinate representation of color #C0E094: hue angle of 85.26º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0E094 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 148 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.12 |
| HSL | 85.26º | 0.55% | 0.73% | - |
| HSV(B) | 85.26º | 0.34% | 0.88% | - |
| XYZ | 53.74 | 66.66 | 38.05 | - |
| YUV | 205.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 148 | 0.14 | 0 | 0.34 | 0.12 | 85.26 | 0.55 | 0.73 |
| Hex | C0 | E0 | 94 | E | 0 | 22 | C | 55 | 37 | 49 |
| Octal | 300 | 340 | 224 | 16 | 0 | 42 | 14 | 125 | 67 | 111 |
| Binary | 11000000 | 11100000 | 10010100 | 1110 | 0 | 100010 | 1100 | 1010101 | 110111 | 1001001 |
Color Harmonies of #C0E094
Complementary color
Monochromatic Colors of #C0E094
Black with #C0E094
Text Example
Text Example
White with #C0E094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E094; }
p { color: rgb(192,224,148); }
H1.HeaderClassName
{
color: #C0E094;
}
.AnyTagClassName
{
color: #C0E094;
}
</style>
background-color css
<style>
a { background-color: #C0E094; }
a { background-color: rgb(192,224,148); }
div.DivClassName
{
background-color: #C0E094;
}
.BgClassName
{
background-color: #C0E094;
}
</style>
border-color css
<style>
span { border-color: #C0E094; }
span { border-color: rgb(192,224,148); }
td.TdClassName
{
border-color: #C0E094;
}
.TagClassName
{
border-color: #C0E094;
}
</style>