Shades of Las Palmas #C4CE3C
Tints of Las Palmas #C4CE3C
RGB
CMYK
RGB Variations
Color information
#C4CE3C (or 0xC4CE3C) is known color: Las Palmas. HEX triplet: C4, CE and 3C. RGB value is (196,206,60). Sum of RGB (Red+Green+Blue) = 196+206+60=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CE3C is #3B31C3. Grayscale: #BABABA. Windows color (decimal): -3879364 or 3985092. OLE color: 3985092.
HSL color Cylindrical-coordinate representation of color #C4CE3C: hue angle of 64.11º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4CE3C is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 60 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.19 |
| HSL | 64.11º | 0.6% | 0.52% | - |
| HSV(B) | 64.11º | 0.71% | 0.81% | - |
| XYZ | 45.65 | 56.2 | 12.72 | - |
| YUV | 186.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 60 | 0.05 | 0 | 0.71 | 0.19 | 64.11 | 0.6 | 0.52 |
| Hex | C4 | CE | 3C | 5 | 0 | 47 | 13 | 40 | 3C | 34 |
| Octal | 304 | 316 | 74 | 5 | 0 | 107 | 23 | 100 | 74 | 64 |
| Binary | 11000100 | 11001110 | 111100 | 101 | 0 | 1000111 | 10011 | 1000000 | 111100 | 110100 |
Color Harmonies of #C4CE3C
Complementary color
Monochromatic Colors of #C4CE3C
Black with #C4CE3C
Text Example
Text Example
White with #C4CE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CE3C; }
p { color: rgb(196,206,60); }
H1.HeaderClassName
{
color: #C4CE3C;
}
.AnyTagClassName
{
color: #C4CE3C;
}
</style>
background-color css
<style>
a { background-color: #C4CE3C; }
a { background-color: rgb(196,206,60); }
div.DivClassName
{
background-color: #C4CE3C;
}
.BgClassName
{
background-color: #C4CE3C;
}
</style>
border-color css
<style>
span { border-color: #C4CE3C; }
span { border-color: rgb(196,206,60); }
td.TdClassName
{
border-color: #C4CE3C;
}
.TagClassName
{
border-color: #C4CE3C;
}
</style>