Shades of Las Palmas #C5D238
Tints of Las Palmas #C5D238
RGB
CMYK
RGB Variations
Color information
#C5D238 (or 0xC5D238) is known color: Las Palmas. HEX triplet: C5, D2 and 38. RGB value is (197,210,56). Sum of RGB (Red+Green+Blue) = 197+210+56=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 56 (22.27% from 255 or 12.10% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D238 is #3A2DC7. Grayscale: #BDBDBD. Windows color (decimal): -3812808 or 3723973. OLE color: 3723973.
HSL color Cylindrical-coordinate representation of color #C5D238: hue angle of 65.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 #C5D238 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 56 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.18 |
| HSL | 65.06º | 0.63% | 0.52% | - |
| HSV(B) | 65.06º | 0.73% | 0.82% | - |
| XYZ | 46.79 | 58.25 | 12.52 | - |
| YUV | 188.56 | 53.19 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 56 | 0.06 | 0 | 0.73 | 0.18 | 65.06 | 0.63 | 0.52 |
| Hex | C5 | D2 | 38 | 6 | 0 | 49 | 12 | 41 | 3F | 34 |
| Octal | 305 | 322 | 70 | 6 | 0 | 111 | 22 | 101 | 77 | 64 |
| Binary | 11000101 | 11010010 | 111000 | 110 | 0 | 1001001 | 10010 | 1000001 | 111111 | 110100 |
Color Harmonies of #C5D238
Complementary color
Monochromatic Colors of #C5D238
Black with #C5D238
Text Example
Text Example
White with #C5D238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D238; }
p { color: rgb(197,210,56); }
H1.HeaderClassName
{
color: #C5D238;
}
.AnyTagClassName
{
color: #C5D238;
}
</style>
background-color css
<style>
a { background-color: #C5D238; }
a { background-color: rgb(197,210,56); }
div.DivClassName
{
background-color: #C5D238;
}
.BgClassName
{
background-color: #C5D238;
}
</style>
border-color css
<style>
span { border-color: #C5D238; }
span { border-color: rgb(197,210,56); }
td.TdClassName
{
border-color: #C5D238;
}
.TagClassName
{
border-color: #C5D238;
}
</style>