Shades of Sulu #C0DE78
Tints of Sulu #C0DE78
RGB
CMYK
RGB Variations
Color information
#C0DE78 (or 0xC0DE78) is known color: Sulu. HEX triplet: C0, DE and 78. RGB value is (192,222,120). Sum of RGB (Red+Green+Blue) = 192+222+120=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DE78 is #3F2187. Grayscale: #C9C9C9. Windows color (decimal): -4137352 or 7921344. OLE color: 7921344.
HSL color Cylindrical-coordinate representation of color #C0DE78: hue angle of 77.65º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0DE78 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 120 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.13 |
| HSL | 77.65º | 0.61% | 0.67% | - |
| HSV(B) | 77.65º | 0.46% | 0.87% | - |
| XYZ | 51.25 | 64.81 | 27.58 | - |
| YUV | 201.4 | 82.06 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 120 | 0.14 | 0 | 0.46 | 0.13 | 77.65 | 0.61 | 0.67 |
| Hex | C0 | DE | 78 | E | 0 | 2E | D | 4E | 3D | 43 |
| Octal | 300 | 336 | 170 | 16 | 0 | 56 | 15 | 116 | 75 | 103 |
| Binary | 11000000 | 11011110 | 1111000 | 1110 | 0 | 101110 | 1101 | 1001110 | 111101 | 1000011 |
Color Harmonies of #C0DE78
Complementary color
Monochromatic Colors of #C0DE78
Black with #C0DE78
Text Example
Text Example
White with #C0DE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DE78; }
p { color: rgb(192,222,120); }
H1.HeaderClassName
{
color: #C0DE78;
}
.AnyTagClassName
{
color: #C0DE78;
}
</style>
background-color css
<style>
a { background-color: #C0DE78; }
a { background-color: rgb(192,222,120); }
div.DivClassName
{
background-color: #C0DE78;
}
.BgClassName
{
background-color: #C0DE78;
}
</style>
border-color css
<style>
span { border-color: #C0DE78; }
span { border-color: rgb(192,222,120); }
td.TdClassName
{
border-color: #C0DE78;
}
.TagClassName
{
border-color: #C0DE78;
}
</style>