Shades of Sulu #C0E76B
Tints of Sulu #C0E76B
RGB
CMYK
RGB Variations
Color information
#C0E76B (or 0xC0E76B) is known color: Sulu. HEX triplet: C0, E7 and 6B. RGB value is (192,231,107). Sum of RGB (Red+Green+Blue) = 192+231+107=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E76B is #3F1894. Grayscale: #CDCDCD. Windows color (decimal): -4135061 or 7071680. OLE color: 7071680.
HSL color Cylindrical-coordinate representation of color #C0E76B: hue angle of 78.87º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0E76B is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 231 | 107 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.09 |
| HSL | 78.87º | 0.72% | 0.66% | - |
| HSV(B) | 78.87º | 0.54% | 0.91% | - |
| XYZ | 52.97 | 69.42 | 24.52 | - |
| YUV | 205.2 | 72.58 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 231 | 107 | 0.17 | 0 | 0.54 | 0.09 | 78.87 | 0.72 | 0.66 |
| Hex | C0 | E7 | 6B | 11 | 0 | 36 | 9 | 4F | 48 | 42 |
| Octal | 300 | 347 | 153 | 21 | 0 | 66 | 11 | 117 | 110 | 102 |
| Binary | 11000000 | 11100111 | 1101011 | 10001 | 0 | 110110 | 1001 | 1001111 | 1001000 | 1000010 |
Color Harmonies of #C0E76B
Complementary color
Monochromatic Colors of #C0E76B
Black with #C0E76B
Text Example
Text Example
White with #C0E76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E76B; }
p { color: rgb(192,231,107); }
H1.HeaderClassName
{
color: #C0E76B;
}
.AnyTagClassName
{
color: #C0E76B;
}
</style>
background-color css
<style>
a { background-color: #C0E76B; }
a { background-color: rgb(192,231,107); }
div.DivClassName
{
background-color: #C0E76B;
}
.BgClassName
{
background-color: #C0E76B;
}
</style>
border-color css
<style>
span { border-color: #C0E76B; }
span { border-color: rgb(192,231,107); }
td.TdClassName
{
border-color: #C0E76B;
}
.TagClassName
{
border-color: #C0E76B;
}
</style>