Shades of Las Palmas #C0E938
Tints of Las Palmas #C0E938
RGB
CMYK
RGB Variations
Color information
#C0E938 (or 0xC0E938) is known color: Las Palmas. HEX triplet: C0, E9 and 38. RGB value is (192,233,56). Sum of RGB (Red+Green+Blue) = 192+233+56=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 56 (22.27% from 255 or 11.64% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E938 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E938 is #3F16C7. Grayscale: #C9C9C9. Windows color (decimal): -4134600 or 3729856. OLE color: 3729856.
HSL color Cylindrical-coordinate representation of color #C0E938: hue angle of 73.9º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0E938 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 233 | 56 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.09 |
| HSL | 73.9º | 0.8% | 0.57% | - |
| HSV(B) | 73.9º | 0.76% | 0.91% | - |
| XYZ | 51.59 | 69.77 | 14.49 | - |
| YUV | 200.56 | 46.42 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 233 | 56 | 0.18 | 0 | 0.76 | 0.09 | 73.9 | 0.8 | 0.57 |
| Hex | C0 | E9 | 38 | 12 | 0 | 4C | 9 | 4A | 50 | 39 |
| Octal | 300 | 351 | 70 | 22 | 0 | 114 | 11 | 112 | 120 | 71 |
| Binary | 11000000 | 11101001 | 111000 | 10010 | 0 | 1001100 | 1001 | 1001010 | 1010000 | 111001 |
Color Harmonies of #C0E938
Complementary color
Monochromatic Colors of #C0E938
Black with #C0E938
Text Example
Text Example
White with #C0E938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E938; }
p { color: rgb(192,233,56); }
H1.HeaderClassName
{
color: #C0E938;
}
.AnyTagClassName
{
color: #C0E938;
}
</style>
background-color css
<style>
a { background-color: #C0E938; }
a { background-color: rgb(192,233,56); }
div.DivClassName
{
background-color: #C0E938;
}
.BgClassName
{
background-color: #C0E938;
}
</style>
border-color css
<style>
span { border-color: #C0E938; }
span { border-color: rgb(192,233,56); }
td.TdClassName
{
border-color: #C0E938;
}
.TagClassName
{
border-color: #C0E938;
}
</style>