Shades of Sulu #C0D77F
Tints of Sulu #C0D77F
RGB
CMYK
RGB Variations
Color information
#C0D77F (or 0xC0D77F) is known color: Sulu. HEX triplet: C0, D7 and 7F. RGB value is (192,215,127). Sum of RGB (Red+Green+Blue) = 192+215+127=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D77F is #3F2880. Grayscale: #C6C6C6. Windows color (decimal): -4139137 or 8378304. OLE color: 8378304.
HSL color Cylindrical-coordinate representation of color #C0D77F: hue angle of 75.68º degrees, saturation: 0.52, 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 #C0D77F is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 127 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.16 |
| HSL | 75.68º | 0.52% | 0.67% | - |
| HSV(B) | 75.68º | 0.41% | 0.84% | - |
| XYZ | 49.87 | 61.34 | 29.29 | - |
| YUV | 198.09 | 87.88 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 127 | 0.11 | 0 | 0.41 | 0.16 | 75.68 | 0.52 | 0.67 |
| Hex | C0 | D7 | 7F | B | 0 | 29 | 10 | 4C | 34 | 43 |
| Octal | 300 | 327 | 177 | 13 | 0 | 51 | 20 | 114 | 64 | 103 |
| Binary | 11000000 | 11010111 | 1111111 | 1011 | 0 | 101001 | 10000 | 1001100 | 110100 | 1000011 |
Color Harmonies of #C0D77F
Complementary color
Monochromatic Colors of #C0D77F
Black with #C0D77F
Text Example
Text Example
White with #C0D77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D77F; }
p { color: rgb(192,215,127); }
H1.HeaderClassName
{
color: #C0D77F;
}
.AnyTagClassName
{
color: #C0D77F;
}
</style>
background-color css
<style>
a { background-color: #C0D77F; }
a { background-color: rgb(192,215,127); }
div.DivClassName
{
background-color: #C0D77F;
}
.BgClassName
{
background-color: #C0D77F;
}
</style>
border-color css
<style>
span { border-color: #C0D77F; }
span { border-color: rgb(192,215,127); }
td.TdClassName
{
border-color: #C0D77F;
}
.TagClassName
{
border-color: #C0D77F;
}
</style>