Shades of Sulu #C0E58F
Tints of Sulu #C0E58F
RGB
CMYK
RGB Variations
Color information
#C0E58F (or 0xC0E58F) is known color: Sulu. HEX triplet: C0, E5 and 8F. RGB value is (192,229,143). Sum of RGB (Red+Green+Blue) = 192+229+143=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 143 (56.25% from 255 or 25.35% from 564); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E58F is #3F1A70. Grayscale: #D0D0D0. Windows color (decimal): -4135537 or 9430464. OLE color: 9430464.
HSL color Cylindrical-coordinate representation of color #C0E58F: hue angle of 85.81º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0E58F is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 143 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.10 |
| HSL | 85.81º | 0.62% | 0.73% | - |
| HSV(B) | 85.81º | 0.38% | 0.9% | - |
| XYZ | 54.72 | 69.23 | 36.47 | - |
| YUV | 208.13 | 91.24 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 143 | 0.16 | 0 | 0.38 | 0.10 | 85.81 | 0.62 | 0.73 |
| Hex | C0 | E5 | 8F | 10 | 0 | 26 | A | 56 | 3E | 49 |
| Octal | 300 | 345 | 217 | 20 | 0 | 46 | 12 | 126 | 76 | 111 |
| Binary | 11000000 | 11100101 | 10001111 | 10000 | 0 | 100110 | 1010 | 1010110 | 111110 | 1001001 |
Color Harmonies of #C0E58F
Complementary color
Monochromatic Colors of #C0E58F
Black with #C0E58F
Text Example
Text Example
White with #C0E58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E58F; }
p { color: rgb(192,229,143); }
H1.HeaderClassName
{
color: #C0E58F;
}
.AnyTagClassName
{
color: #C0E58F;
}
</style>
background-color css
<style>
a { background-color: #C0E58F; }
a { background-color: rgb(192,229,143); }
div.DivClassName
{
background-color: #C0E58F;
}
.BgClassName
{
background-color: #C0E58F;
}
</style>
border-color css
<style>
span { border-color: #C0E58F; }
span { border-color: rgb(192,229,143); }
td.TdClassName
{
border-color: #C0E58F;
}
.TagClassName
{
border-color: #C0E58F;
}
</style>