Shades of Las Palmas #C0ED33
Tints of Las Palmas #C0ED33
RGB
CMYK
RGB Variations
Color information
#C0ED33 (or 0xC0ED33) is known color: Las Palmas. HEX triplet: C0, ED and 33. RGB value is (192,237,51). Sum of RGB (Red+Green+Blue) = 192+237+51=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 51 (20.31% from 255 or 10.62% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0ED33 is #3F12CC. Grayscale: #CBCBCB. Windows color (decimal): -4133581 or 3403200. OLE color: 3403200.
HSL color Cylindrical-coordinate representation of color #C0ED33: hue angle of 74.52º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0ED33 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 51 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.07 |
| HSL | 74.52º | 0.84% | 0.56% | - |
| HSV(B) | 74.52º | 0.78% | 0.93% | - |
| XYZ | 52.62 | 72.01 | 14.26 | - |
| YUV | 202.34 | 42.59 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 51 | 0.19 | 0 | 0.78 | 0.07 | 74.52 | 0.84 | 0.56 |
| Hex | C0 | ED | 33 | 13 | 0 | 4E | 7 | 4B | 54 | 38 |
| Octal | 300 | 355 | 63 | 23 | 0 | 116 | 7 | 113 | 124 | 70 |
| Binary | 11000000 | 11101101 | 110011 | 10011 | 0 | 1001110 | 111 | 1001011 | 1010100 | 111000 |
Color Harmonies of #C0ED33
Complementary color
Monochromatic Colors of #C0ED33
Black with #C0ED33
Text Example
Text Example
White with #C0ED33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ED33; }
p { color: rgb(192,237,51); }
H1.HeaderClassName
{
color: #C0ED33;
}
.AnyTagClassName
{
color: #C0ED33;
}
</style>
background-color css
<style>
a { background-color: #C0ED33; }
a { background-color: rgb(192,237,51); }
div.DivClassName
{
background-color: #C0ED33;
}
.BgClassName
{
background-color: #C0ED33;
}
</style>
border-color css
<style>
span { border-color: #C0ED33; }
span { border-color: rgb(192,237,51); }
td.TdClassName
{
border-color: #C0ED33;
}
.TagClassName
{
border-color: #C0ED33;
}
</style>