Shades of Las Palmas #C2C83E
Tints of Las Palmas #C2C83E
RGB
CMYK
RGB Variations
Color information
#C2C83E (or 0xC2C83E) is known color: Las Palmas. HEX triplet: C2, C8 and 3E. RGB value is (194,200,62). Sum of RGB (Red+Green+Blue) = 194+200+62=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 62 (24.61% from 255 or 13.60% from 456); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C83E is #3D37C1. Grayscale: #B7B7B7. Windows color (decimal): -4011970 or 4114626. OLE color: 4114626.
HSL color Cylindrical-coordinate representation of color #C2C83E: hue angle of 62.61º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2C83E is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 62 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.22 |
| HSL | 62.61º | 0.56% | 0.51% | - |
| HSV(B) | 62.61º | 0.69% | 0.78% | - |
| XYZ | 43.77 | 53.13 | 12.5 | - |
| YUV | 182.47 | 60.01 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 62 | 0.03 | 0 | 0.69 | 0.22 | 62.61 | 0.56 | 0.51 |
| Hex | C2 | C8 | 3E | 3 | 0 | 45 | 16 | 3F | 38 | 33 |
| Octal | 302 | 310 | 76 | 3 | 0 | 105 | 26 | 77 | 70 | 63 |
| Binary | 11000010 | 11001000 | 111110 | 11 | 0 | 1000101 | 10110 | 111111 | 111000 | 110011 |
Color Harmonies of #C2C83E
Complementary color
Monochromatic Colors of #C2C83E
Black with #C2C83E
Text Example
Text Example
White with #C2C83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C83E; }
p { color: rgb(194,200,62); }
H1.HeaderClassName
{
color: #C2C83E;
}
.AnyTagClassName
{
color: #C2C83E;
}
</style>
background-color css
<style>
a { background-color: #C2C83E; }
a { background-color: rgb(194,200,62); }
div.DivClassName
{
background-color: #C2C83E;
}
.BgClassName
{
background-color: #C2C83E;
}
</style>
border-color css
<style>
span { border-color: #C2C83E; }
span { border-color: rgb(194,200,62); }
td.TdClassName
{
border-color: #C2C83E;
}
.TagClassName
{
border-color: #C2C83E;
}
</style>