Shades of Las Palmas #C0D239
Tints of Las Palmas #C0D239
RGB
CMYK
RGB Variations
Color information
#C0D239 (or 0xC0D239) is known color: Las Palmas. HEX triplet: C0, D2 and 39. RGB value is (192,210,57). Sum of RGB (Red+Green+Blue) = 192+210+57=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 57 (22.66% from 255 or 12.42% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D239 is #3F2DC6. Grayscale: #BBBBBB. Windows color (decimal): -4140487 or 3789504. OLE color: 3789504.
HSL color Cylindrical-coordinate representation of color #C0D239: hue angle of 67.06º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0D239 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 57 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.18 |
| HSL | 67.06º | 0.63% | 0.52% | - |
| HSV(B) | 67.06º | 0.73% | 0.82% | - |
| XYZ | 45.52 | 57.6 | 12.59 | - |
| YUV | 187.18 | 54.54 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 57 | 0.09 | 0 | 0.73 | 0.18 | 67.06 | 0.63 | 0.52 |
| Hex | C0 | D2 | 39 | 9 | 0 | 49 | 12 | 43 | 3F | 34 |
| Octal | 300 | 322 | 71 | 11 | 0 | 111 | 22 | 103 | 77 | 64 |
| Binary | 11000000 | 11010010 | 111001 | 1001 | 0 | 1001001 | 10010 | 1000011 | 111111 | 110100 |
Color Harmonies of #C0D239
Complementary color
Monochromatic Colors of #C0D239
Black with #C0D239
Text Example
Text Example
White with #C0D239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D239; }
p { color: rgb(192,210,57); }
H1.HeaderClassName
{
color: #C0D239;
}
.AnyTagClassName
{
color: #C0D239;
}
</style>
background-color css
<style>
a { background-color: #C0D239; }
a { background-color: rgb(192,210,57); }
div.DivClassName
{
background-color: #C0D239;
}
.BgClassName
{
background-color: #C0D239;
}
</style>
border-color css
<style>
span { border-color: #C0D239; }
span { border-color: rgb(192,210,57); }
td.TdClassName
{
border-color: #C0D239;
}
.TagClassName
{
border-color: #C0D239;
}
</style>