Shades of Las Palmas #C3CE3E
Tints of Las Palmas #C3CE3E
RGB
CMYK
RGB Variations
Color information
#C3CE3E (or 0xC3CE3E) is known color: Las Palmas. HEX triplet: C3, CE and 3E. RGB value is (195,206,62). Sum of RGB (Red+Green+Blue) = 195+206+62=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 62 (24.61% from 255 or 13.39% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CE3E is #3C31C1. Grayscale: #BABABA. Windows color (decimal): -3944898 or 4116163. OLE color: 4116163.
HSL color Cylindrical-coordinate representation of color #C3CE3E: hue angle of 64.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3CE3E is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 206 | 62 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.19 |
| HSL | 64.58º | 0.6% | 0.53% | - |
| HSV(B) | 64.58º | 0.7% | 0.81% | - |
| XYZ | 45.45 | 56.09 | 12.99 | - |
| YUV | 186.3 | 57.86 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 62 | 0.05 | 0 | 0.70 | 0.19 | 64.58 | 0.6 | 0.53 |
| Hex | C3 | CE | 3E | 5 | 0 | 46 | 13 | 41 | 3C | 35 |
| Octal | 303 | 316 | 76 | 5 | 0 | 106 | 23 | 101 | 74 | 65 |
| Binary | 11000011 | 11001110 | 111110 | 101 | 0 | 1000110 | 10011 | 1000001 | 111100 | 110101 |
Color Harmonies of #C3CE3E
Complementary color
Monochromatic Colors of #C3CE3E
Black with #C3CE3E
Text Example
Text Example
White with #C3CE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CE3E; }
p { color: rgb(195,206,62); }
H1.HeaderClassName
{
color: #C3CE3E;
}
.AnyTagClassName
{
color: #C3CE3E;
}
</style>
background-color css
<style>
a { background-color: #C3CE3E; }
a { background-color: rgb(195,206,62); }
div.DivClassName
{
background-color: #C3CE3E;
}
.BgClassName
{
background-color: #C3CE3E;
}
</style>
border-color css
<style>
span { border-color: #C3CE3E; }
span { border-color: rgb(195,206,62); }
td.TdClassName
{
border-color: #C3CE3E;
}
.TagClassName
{
border-color: #C3CE3E;
}
</style>