Shades of Sulu #C0DE7B
Tints of Sulu #C0DE7B
RGB
CMYK
RGB Variations
Color information
#C0DE7B (or 0xC0DE7B) is known color: Sulu. HEX triplet: C0, DE and 7B. RGB value is (192,222,123). Sum of RGB (Red+Green+Blue) = 192+222+123=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DE7B is #3F2184. Grayscale: #CACACA. Windows color (decimal): -4137349 or 8117952. OLE color: 8117952.
HSL color Cylindrical-coordinate representation of color #C0DE7B: hue angle of 78.18º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0DE7B is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 123 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.13 |
| HSL | 78.18º | 0.6% | 0.68% | - |
| HSV(B) | 78.18º | 0.45% | 0.87% | - |
| XYZ | 51.43 | 64.88 | 28.55 | - |
| YUV | 201.74 | 83.56 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 123 | 0.14 | 0 | 0.45 | 0.13 | 78.18 | 0.6 | 0.68 |
| Hex | C0 | DE | 7B | E | 0 | 2D | D | 4E | 3C | 44 |
| Octal | 300 | 336 | 173 | 16 | 0 | 55 | 15 | 116 | 74 | 104 |
| Binary | 11000000 | 11011110 | 1111011 | 1110 | 0 | 101101 | 1101 | 1001110 | 111100 | 1000100 |
Color Harmonies of #C0DE7B
Complementary color
Monochromatic Colors of #C0DE7B
Black with #C0DE7B
Text Example
Text Example
White with #C0DE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DE7B; }
p { color: rgb(192,222,123); }
H1.HeaderClassName
{
color: #C0DE7B;
}
.AnyTagClassName
{
color: #C0DE7B;
}
</style>
background-color css
<style>
a { background-color: #C0DE7B; }
a { background-color: rgb(192,222,123); }
div.DivClassName
{
background-color: #C0DE7B;
}
.BgClassName
{
background-color: #C0DE7B;
}
</style>
border-color css
<style>
span { border-color: #C0DE7B; }
span { border-color: rgb(192,222,123); }
td.TdClassName
{
border-color: #C0DE7B;
}
.TagClassName
{
border-color: #C0DE7B;
}
</style>