Shades of Sulu #C0D77E
Tints of Sulu #C0D77E
RGB
CMYK
RGB Variations
Color information
#C0D77E (or 0xC0D77E) is known color: Sulu. HEX triplet: C0, D7 and 7E. RGB value is (192,215,126). Sum of RGB (Red+Green+Blue) = 192+215+126=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D77E is #3F2881. Grayscale: #C6C6C6. Windows color (decimal): -4139138 or 8312768. OLE color: 8312768.
HSL color Cylindrical-coordinate representation of color #C0D77E: hue angle of 75.51º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0D77E is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 126 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.16 |
| HSL | 75.51º | 0.53% | 0.67% | - |
| HSV(B) | 75.51º | 0.41% | 0.84% | - |
| XYZ | 49.8 | 61.31 | 28.95 | - |
| YUV | 197.98 | 87.38 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 126 | 0.11 | 0 | 0.41 | 0.16 | 75.51 | 0.53 | 0.67 |
| Hex | C0 | D7 | 7E | B | 0 | 29 | 10 | 4C | 35 | 43 |
| Octal | 300 | 327 | 176 | 13 | 0 | 51 | 20 | 114 | 65 | 103 |
| Binary | 11000000 | 11010111 | 1111110 | 1011 | 0 | 101001 | 10000 | 1001100 | 110101 | 1000011 |
Color Harmonies of #C0D77E
Complementary color
Monochromatic Colors of #C0D77E
Black with #C0D77E
Text Example
Text Example
White with #C0D77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D77E; }
p { color: rgb(192,215,126); }
H1.HeaderClassName
{
color: #C0D77E;
}
.AnyTagClassName
{
color: #C0D77E;
}
</style>
background-color css
<style>
a { background-color: #C0D77E; }
a { background-color: rgb(192,215,126); }
div.DivClassName
{
background-color: #C0D77E;
}
.BgClassName
{
background-color: #C0D77E;
}
</style>
border-color css
<style>
span { border-color: #C0D77E; }
span { border-color: rgb(192,215,126); }
td.TdClassName
{
border-color: #C0D77E;
}
.TagClassName
{
border-color: #C0D77E;
}
</style>