Shades of Las Palmas #C5D44B
Tints of Las Palmas #C5D44B
RGB
CMYK
RGB Variations
Color information
#C5D44B (or 0xC5D44B) is known color: Las Palmas. HEX triplet: C5, D4 and 4B. RGB value is (197,212,75). Sum of RGB (Red+Green+Blue) = 197+212+75=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D44B is #3A2BB4. Grayscale: #C0C0C0. Windows color (decimal): -3812277 or 4969669. OLE color: 4969669.
HSL color Cylindrical-coordinate representation of color #C5D44B: hue angle of 66.57º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5D44B is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 212 | 75 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.17 |
| HSL | 66.57º | 0.61% | 0.56% | - |
| HSV(B) | 66.57º | 0.65% | 0.83% | - |
| XYZ | 47.84 | 59.47 | 15.61 | - |
| YUV | 191.9 | 62.03 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 75 | 0.07 | 0 | 0.65 | 0.17 | 66.57 | 0.61 | 0.56 |
| Hex | C5 | D4 | 4B | 7 | 0 | 41 | 11 | 43 | 3D | 38 |
| Octal | 305 | 324 | 113 | 7 | 0 | 101 | 21 | 103 | 75 | 70 |
| Binary | 11000101 | 11010100 | 1001011 | 111 | 0 | 1000001 | 10001 | 1000011 | 111101 | 111000 |
Color Harmonies of #C5D44B
Complementary color
Monochromatic Colors of #C5D44B
Black with #C5D44B
Text Example
Text Example
White with #C5D44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D44B; }
p { color: rgb(197,212,75); }
H1.HeaderClassName
{
color: #C5D44B;
}
.AnyTagClassName
{
color: #C5D44B;
}
</style>
background-color css
<style>
a { background-color: #C5D44B; }
a { background-color: rgb(197,212,75); }
div.DivClassName
{
background-color: #C5D44B;
}
.BgClassName
{
background-color: #C5D44B;
}
</style>
border-color css
<style>
span { border-color: #C5D44B; }
span { border-color: rgb(197,212,75); }
td.TdClassName
{
border-color: #C5D44B;
}
.TagClassName
{
border-color: #C5D44B;
}
</style>