Shades of Sulu #C0DF76
Tints of Sulu #C0DF76
RGB
CMYK
RGB Variations
Color information
#C0DF76 (or 0xC0DF76) is known color: Sulu. HEX triplet: C0, DF and 76. RGB value is (192,223,118). Sum of RGB (Red+Green+Blue) = 192+223+118=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DF76 is #3F2089. Grayscale: #CACACA. Windows color (decimal): -4137098 or 7790528. OLE color: 7790528.
HSL color Cylindrical-coordinate representation of color #C0DF76: hue angle of 77.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0DF76 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 118 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.13 |
| HSL | 77.71º | 0.62% | 0.67% | - |
| HSV(B) | 77.71º | 0.47% | 0.87% | - |
| XYZ | 51.4 | 65.29 | 27.03 | - |
| YUV | 201.76 | 80.73 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 118 | 0.14 | 0 | 0.47 | 0.13 | 77.71 | 0.62 | 0.67 |
| Hex | C0 | DF | 76 | E | 0 | 2F | D | 4E | 3E | 43 |
| Octal | 300 | 337 | 166 | 16 | 0 | 57 | 15 | 116 | 76 | 103 |
| Binary | 11000000 | 11011111 | 1110110 | 1110 | 0 | 101111 | 1101 | 1001110 | 111110 | 1000011 |
Color Harmonies of #C0DF76
Complementary color
Monochromatic Colors of #C0DF76
Black with #C0DF76
Text Example
Text Example
White with #C0DF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF76; }
p { color: rgb(192,223,118); }
H1.HeaderClassName
{
color: #C0DF76;
}
.AnyTagClassName
{
color: #C0DF76;
}
</style>
background-color css
<style>
a { background-color: #C0DF76; }
a { background-color: rgb(192,223,118); }
div.DivClassName
{
background-color: #C0DF76;
}
.BgClassName
{
background-color: #C0DF76;
}
</style>
border-color css
<style>
span { border-color: #C0DF76; }
span { border-color: rgb(192,223,118); }
td.TdClassName
{
border-color: #C0DF76;
}
.TagClassName
{
border-color: #C0DF76;
}
</style>