Shades of Sulu #C0E27B
Tints of Sulu #C0E27B
RGB
CMYK
RGB Variations
Color information
#C0E27B (or 0xC0E27B) is known color: Sulu. HEX triplet: C0, E2 and 7B. RGB value is (192,226,123). Sum of RGB (Red+Green+Blue) = 192+226+123=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E27B is #3F1D84. Grayscale: #CCCCCC. Windows color (decimal): -4136325 or 8118976. OLE color: 8118976.
HSL color Cylindrical-coordinate representation of color #C0E27B: hue angle of 79.81º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0E27B is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 123 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.11 |
| HSL | 79.81º | 0.64% | 0.68% | - |
| HSV(B) | 79.81º | 0.46% | 0.89% | - |
| XYZ | 52.51 | 67.03 | 28.91 | - |
| YUV | 204.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 123 | 0.15 | 0 | 0.46 | 0.11 | 79.81 | 0.64 | 0.68 |
| Hex | C0 | E2 | 7B | F | 0 | 2E | B | 50 | 40 | 44 |
| Octal | 300 | 342 | 173 | 17 | 0 | 56 | 13 | 120 | 100 | 104 |
| Binary | 11000000 | 11100010 | 1111011 | 1111 | 0 | 101110 | 1011 | 1010000 | 1000000 | 1000100 |
Color Harmonies of #C0E27B
Complementary color
Monochromatic Colors of #C0E27B
Black with #C0E27B
Text Example
Text Example
White with #C0E27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E27B; }
p { color: rgb(192,226,123); }
H1.HeaderClassName
{
color: #C0E27B;
}
.AnyTagClassName
{
color: #C0E27B;
}
</style>
background-color css
<style>
a { background-color: #C0E27B; }
a { background-color: rgb(192,226,123); }
div.DivClassName
{
background-color: #C0E27B;
}
.BgClassName
{
background-color: #C0E27B;
}
</style>
border-color css
<style>
span { border-color: #C0E27B; }
span { border-color: rgb(192,226,123); }
td.TdClassName
{
border-color: #C0E27B;
}
.TagClassName
{
border-color: #C0E27B;
}
</style>