Shades of Sulu #C0E77D
Tints of Sulu #C0E77D
RGB
CMYK
RGB Variations
Color information
#C0E77D (or 0xC0E77D) is known color: Sulu. HEX triplet: C0, E7 and 7D. RGB value is (192,231,125). Sum of RGB (Red+Green+Blue) = 192+231+125=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 231 (90.62% from 255 or 42.15% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E77D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E77D is #3F1882. Grayscale: #CFCFCF. Windows color (decimal): -4135043 or 8251328. OLE color: 8251328.
HSL color Cylindrical-coordinate representation of color #C0E77D: hue angle of 82.08º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0E77D is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 231 | 125 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.09 |
| HSL | 82.08º | 0.69% | 0.7% | - |
| HSV(B) | 82.08º | 0.46% | 0.91% | - |
| XYZ | 54.02 | 69.84 | 30.04 | - |
| YUV | 207.26 | 81.58 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 231 | 125 | 0.17 | 0 | 0.46 | 0.09 | 82.08 | 0.69 | 0.7 |
| Hex | C0 | E7 | 7D | 11 | 0 | 2E | 9 | 52 | 45 | 46 |
| Octal | 300 | 347 | 175 | 21 | 0 | 56 | 11 | 122 | 105 | 106 |
| Binary | 11000000 | 11100111 | 1111101 | 10001 | 0 | 101110 | 1001 | 1010010 | 1000101 | 1000110 |
Color Harmonies of #C0E77D
Complementary color
Monochromatic Colors of #C0E77D
Black with #C0E77D
Text Example
Text Example
White with #C0E77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E77D; }
p { color: rgb(192,231,125); }
H1.HeaderClassName
{
color: #C0E77D;
}
.AnyTagClassName
{
color: #C0E77D;
}
</style>
background-color css
<style>
a { background-color: #C0E77D; }
a { background-color: rgb(192,231,125); }
div.DivClassName
{
background-color: #C0E77D;
}
.BgClassName
{
background-color: #C0E77D;
}
</style>
border-color css
<style>
span { border-color: #C0E77D; }
span { border-color: rgb(192,231,125); }
td.TdClassName
{
border-color: #C0E77D;
}
.TagClassName
{
border-color: #C0E77D;
}
</style>