Shades of Las Palmas #C0E338
Tints of Las Palmas #C0E338
RGB
CMYK
RGB Variations
Color information
#C0E338 (or 0xC0E338) is known color: Las Palmas. HEX triplet: C0, E3 and 38. RGB value is (192,227,56). Sum of RGB (Red+Green+Blue) = 192+227+56=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 56 (22.27% from 255 or 11.79% from 475); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E338 is #3F1CC7. Grayscale: #C5C5C5. Windows color (decimal): -4136136 or 3728320. OLE color: 3728320.
HSL color Cylindrical-coordinate representation of color #C0E338: hue angle of 72.28º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0E338 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 227 | 56 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.11 |
| HSL | 72.28º | 0.75% | 0.55% | - |
| HSV(B) | 72.28º | 0.75% | 0.89% | - |
| XYZ | 49.92 | 66.43 | 13.93 | - |
| YUV | 197.04 | 48.4 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 227 | 56 | 0.15 | 0 | 0.75 | 0.11 | 72.28 | 0.75 | 0.55 |
| Hex | C0 | E3 | 38 | F | 0 | 4B | B | 48 | 4B | 37 |
| Octal | 300 | 343 | 70 | 17 | 0 | 113 | 13 | 110 | 113 | 67 |
| Binary | 11000000 | 11100011 | 111000 | 1111 | 0 | 1001011 | 1011 | 1001000 | 1001011 | 110111 |
Color Harmonies of #C0E338
Complementary color
Monochromatic Colors of #C0E338
Black with #C0E338
Text Example
Text Example
White with #C0E338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E338; }
p { color: rgb(192,227,56); }
H1.HeaderClassName
{
color: #C0E338;
}
.AnyTagClassName
{
color: #C0E338;
}
</style>
background-color css
<style>
a { background-color: #C0E338; }
a { background-color: rgb(192,227,56); }
div.DivClassName
{
background-color: #C0E338;
}
.BgClassName
{
background-color: #C0E338;
}
</style>
border-color css
<style>
span { border-color: #C0E338; }
span { border-color: rgb(192,227,56); }
td.TdClassName
{
border-color: #C0E338;
}
.TagClassName
{
border-color: #C0E338;
}
</style>