Shades of Las Palmas #C2CE3C
Tints of Las Palmas #C2CE3C
RGB
CMYK
RGB Variations
Color information
#C2CE3C (or 0xC2CE3C) is known color: Las Palmas. HEX triplet: C2, CE and 3C. RGB value is (194,206,60). Sum of RGB (Red+Green+Blue) = 194+206+60=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CE3C is #3D31C3. Grayscale: #BABABA. Windows color (decimal): -4010436 or 3985090. OLE color: 3985090.
HSL color Cylindrical-coordinate representation of color #C2CE3C: hue angle of 64.93º 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 #C2CE3C is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 60 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.19 |
| HSL | 64.93º | 0.6% | 0.52% | - |
| HSV(B) | 64.93º | 0.71% | 0.81% | - |
| XYZ | 45.14 | 55.94 | 12.69 | - |
| YUV | 185.77 | 57.02 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 60 | 0.06 | 0 | 0.71 | 0.19 | 64.93 | 0.6 | 0.52 |
| Hex | C2 | CE | 3C | 6 | 0 | 47 | 13 | 41 | 3C | 34 |
| Octal | 302 | 316 | 74 | 6 | 0 | 107 | 23 | 101 | 74 | 64 |
| Binary | 11000010 | 11001110 | 111100 | 110 | 0 | 1000111 | 10011 | 1000001 | 111100 | 110100 |
Color Harmonies of #C2CE3C
Complementary color
Monochromatic Colors of #C2CE3C
Black with #C2CE3C
Text Example
Text Example
White with #C2CE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CE3C; }
p { color: rgb(194,206,60); }
H1.HeaderClassName
{
color: #C2CE3C;
}
.AnyTagClassName
{
color: #C2CE3C;
}
</style>
background-color css
<style>
a { background-color: #C2CE3C; }
a { background-color: rgb(194,206,60); }
div.DivClassName
{
background-color: #C2CE3C;
}
.BgClassName
{
background-color: #C2CE3C;
}
</style>
border-color css
<style>
span { border-color: #C2CE3C; }
span { border-color: rgb(194,206,60); }
td.TdClassName
{
border-color: #C2CE3C;
}
.TagClassName
{
border-color: #C2CE3C;
}
</style>