Shades of Las Palmas #C0E43B
Tints of Las Palmas #C0E43B
RGB
CMYK
RGB Variations
Color information
#C0E43B (or 0xC0E43B) is known color: Las Palmas. HEX triplet: C0, E4 and 3B. RGB value is (192,228,59). Sum of RGB (Red+Green+Blue) = 192+228+59=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 59 (23.44% from 255 or 12.32% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E43B is #3F1BC4. Grayscale: #C6C6C6. Windows color (decimal): -4135877 or 3925184. OLE color: 3925184.
HSL color Cylindrical-coordinate representation of color #C0E43B: hue angle of 72.78º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0E43B is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 59 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.11 |
| HSL | 72.78º | 0.76% | 0.56% | - |
| HSV(B) | 72.78º | 0.74% | 0.89% | - |
| XYZ | 50.27 | 67.01 | 14.42 | - |
| YUV | 197.97 | 49.57 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 59 | 0.16 | 0 | 0.74 | 0.11 | 72.78 | 0.76 | 0.56 |
| Hex | C0 | E4 | 3B | 10 | 0 | 4A | B | 49 | 4C | 38 |
| Octal | 300 | 344 | 73 | 20 | 0 | 112 | 13 | 111 | 114 | 70 |
| Binary | 11000000 | 11100100 | 111011 | 10000 | 0 | 1001010 | 1011 | 1001001 | 1001100 | 111000 |
Color Harmonies of #C0E43B
Complementary color
Monochromatic Colors of #C0E43B
Black with #C0E43B
Text Example
Text Example
White with #C0E43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E43B; }
p { color: rgb(192,228,59); }
H1.HeaderClassName
{
color: #C0E43B;
}
.AnyTagClassName
{
color: #C0E43B;
}
</style>
background-color css
<style>
a { background-color: #C0E43B; }
a { background-color: rgb(192,228,59); }
div.DivClassName
{
background-color: #C0E43B;
}
.BgClassName
{
background-color: #C0E43B;
}
</style>
border-color css
<style>
span { border-color: #C0E43B; }
span { border-color: rgb(192,228,59); }
td.TdClassName
{
border-color: #C0E43B;
}
.TagClassName
{
border-color: #C0E43B;
}
</style>