Shades of Las Palmas #C5D03B
Tints of Las Palmas #C5D03B
RGB
CMYK
RGB Variations
Color information
#C5D03B (or 0xC5D03B) is known color: Las Palmas. HEX triplet: C5, D0 and 3B. RGB value is (197,208,59). Sum of RGB (Red+Green+Blue) = 197+208+59=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D03B is #3A2FC4. Grayscale: #BCBCBC. Windows color (decimal): -3813317 or 3920069. OLE color: 3920069.
HSL color Cylindrical-coordinate representation of color #C5D03B: hue angle of 64.43º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5D03B is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 59 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.18 |
| HSL | 64.43º | 0.61% | 0.52% | - |
| HSV(B) | 64.43º | 0.72% | 0.82% | - |
| XYZ | 46.37 | 57.3 | 12.75 | - |
| YUV | 187.73 | 55.36 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 59 | 0.05 | 0 | 0.72 | 0.18 | 64.43 | 0.61 | 0.52 |
| Hex | C5 | D0 | 3B | 5 | 0 | 48 | 12 | 40 | 3D | 34 |
| Octal | 305 | 320 | 73 | 5 | 0 | 110 | 22 | 100 | 75 | 64 |
| Binary | 11000101 | 11010000 | 111011 | 101 | 0 | 1001000 | 10010 | 1000000 | 111101 | 110100 |
Color Harmonies of #C5D03B
Complementary color
Monochromatic Colors of #C5D03B
Black with #C5D03B
Text Example
Text Example
White with #C5D03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D03B; }
p { color: rgb(197,208,59); }
H1.HeaderClassName
{
color: #C5D03B;
}
.AnyTagClassName
{
color: #C5D03B;
}
</style>
background-color css
<style>
a { background-color: #C5D03B; }
a { background-color: rgb(197,208,59); }
div.DivClassName
{
background-color: #C5D03B;
}
.BgClassName
{
background-color: #C5D03B;
}
</style>
border-color css
<style>
span { border-color: #C5D03B; }
span { border-color: rgb(197,208,59); }
td.TdClassName
{
border-color: #C5D03B;
}
.TagClassName
{
border-color: #C5D03B;
}
</style>