Shades of Las Palmas #C4D33B
Tints of Las Palmas #C4D33B
RGB
CMYK
RGB Variations
Color information
#C4D33B (or 0xC4D33B) is known color: Las Palmas. HEX triplet: C4, D3 and 3B. RGB value is (196,211,59). Sum of RGB (Red+Green+Blue) = 196+211+59=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 59 (23.44% from 255 or 12.66% from 466); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D33B is #3B2CC4. Grayscale: #BDBDBD. Windows color (decimal): -3878085 or 3920836. OLE color: 3920836.
HSL color Cylindrical-coordinate representation of color #C4D33B: hue angle of 65.92º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4D33B is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 211 | 59 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.17 |
| HSL | 65.92º | 0.63% | 0.53% | - |
| HSV(B) | 65.92º | 0.72% | 0.83% | - |
| XYZ | 46.85 | 58.64 | 12.99 | - |
| YUV | 189.19 | 54.53 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 211 | 59 | 0.07 | 0 | 0.72 | 0.17 | 65.92 | 0.63 | 0.53 |
| Hex | C4 | D3 | 3B | 7 | 0 | 48 | 11 | 42 | 3F | 35 |
| Octal | 304 | 323 | 73 | 7 | 0 | 110 | 21 | 102 | 77 | 65 |
| Binary | 11000100 | 11010011 | 111011 | 111 | 0 | 1001000 | 10001 | 1000010 | 111111 | 110101 |
Color Harmonies of #C4D33B
Complementary color
Monochromatic Colors of #C4D33B
Black with #C4D33B
Text Example
Text Example
White with #C4D33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D33B; }
p { color: rgb(196,211,59); }
H1.HeaderClassName
{
color: #C4D33B;
}
.AnyTagClassName
{
color: #C4D33B;
}
</style>
background-color css
<style>
a { background-color: #C4D33B; }
a { background-color: rgb(196,211,59); }
div.DivClassName
{
background-color: #C4D33B;
}
.BgClassName
{
background-color: #C4D33B;
}
</style>
border-color css
<style>
span { border-color: #C4D33B; }
span { border-color: rgb(196,211,59); }
td.TdClassName
{
border-color: #C4D33B;
}
.TagClassName
{
border-color: #C4D33B;
}
</style>