Shades of Las Palmas #C0D54B
Tints of Las Palmas #C0D54B
RGB
CMYK
RGB Variations
Color information
#C0D54B (or 0xC0D54B) is known color: Las Palmas. HEX triplet: C0, D5 and 4B. RGB value is (192,213,75). Sum of RGB (Red+Green+Blue) = 192+213+75=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D54B is #3F2AB4. Grayscale: #BFBFBF. Windows color (decimal): -4139701 or 4969920. OLE color: 4969920.
HSL color Cylindrical-coordinate representation of color #C0D54B: hue angle of 69.13º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0D54B is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 213 | 75 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.16 |
| HSL | 69.13º | 0.62% | 0.56% | - |
| HSV(B) | 69.13º | 0.65% | 0.84% | - |
| XYZ | 46.8 | 59.3 | 15.64 | - |
| YUV | 190.99 | 62.54 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 75 | 0.10 | 0 | 0.65 | 0.16 | 69.13 | 0.62 | 0.56 |
| Hex | C0 | D5 | 4B | A | 0 | 41 | 10 | 45 | 3E | 38 |
| Octal | 300 | 325 | 113 | 12 | 0 | 101 | 20 | 105 | 76 | 70 |
| Binary | 11000000 | 11010101 | 1001011 | 1010 | 0 | 1000001 | 10000 | 1000101 | 111110 | 111000 |
Color Harmonies of #C0D54B
Complementary color
Monochromatic Colors of #C0D54B
Black with #C0D54B
Text Example
Text Example
White with #C0D54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D54B; }
p { color: rgb(192,213,75); }
H1.HeaderClassName
{
color: #C0D54B;
}
.AnyTagClassName
{
color: #C0D54B;
}
</style>
background-color css
<style>
a { background-color: #C0D54B; }
a { background-color: rgb(192,213,75); }
div.DivClassName
{
background-color: #C0D54B;
}
.BgClassName
{
background-color: #C0D54B;
}
</style>
border-color css
<style>
span { border-color: #C0D54B; }
span { border-color: rgb(192,213,75); }
td.TdClassName
{
border-color: #C0D54B;
}
.TagClassName
{
border-color: #C0D54B;
}
</style>