Shades of Las Palmas #C0EA2D
Tints of Las Palmas #C0EA2D
RGB
CMYK
RGB Variations
Color information
#C0EA2D (or 0xC0EA2D) is known color: Las Palmas. HEX triplet: C0, EA and 2D. RGB value is (192,234,45). Sum of RGB (Red+Green+Blue) = 192+234+45=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EA2D is #3F15D2. Grayscale: #C8C8C8. Windows color (decimal): -4134355 or 3009216. OLE color: 3009216.
HSL color Cylindrical-coordinate representation of color #C0EA2D: hue angle of 73.33º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0EA2D is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 45 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.08 |
| HSL | 73.33º | 0.82% | 0.55% | - |
| HSV(B) | 73.33º | 0.81% | 0.92% | - |
| XYZ | 51.63 | 70.24 | 13.32 | - |
| YUV | 199.9 | 40.59 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 45 | 0.18 | 0 | 0.81 | 0.08 | 73.33 | 0.82 | 0.55 |
| Hex | C0 | EA | 2D | 12 | 0 | 51 | 8 | 49 | 52 | 37 |
| Octal | 300 | 352 | 55 | 22 | 0 | 121 | 10 | 111 | 122 | 67 |
| Binary | 11000000 | 11101010 | 101101 | 10010 | 0 | 1010001 | 1000 | 1001001 | 1010010 | 110111 |
Color Harmonies of #C0EA2D
Complementary color
Monochromatic Colors of #C0EA2D
Black with #C0EA2D
Text Example
Text Example
White with #C0EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA2D; }
p { color: rgb(192,234,45); }
H1.HeaderClassName
{
color: #C0EA2D;
}
.AnyTagClassName
{
color: #C0EA2D;
}
</style>
background-color css
<style>
a { background-color: #C0EA2D; }
a { background-color: rgb(192,234,45); }
div.DivClassName
{
background-color: #C0EA2D;
}
.BgClassName
{
background-color: #C0EA2D;
}
</style>
border-color css
<style>
span { border-color: #C0EA2D; }
span { border-color: rgb(192,234,45); }
td.TdClassName
{
border-color: #C0EA2D;
}
.TagClassName
{
border-color: #C0EA2D;
}
</style>