Shades of Las Palmas #C2C83D
Tints of Las Palmas #C2C83D
RGB
CMYK
RGB Variations
Color information
#C2C83D (or 0xC2C83D) is known color: Las Palmas. HEX triplet: C2, C8 and 3D. RGB value is (194,200,61). Sum of RGB (Red+Green+Blue) = 194+200+61=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C83D is #3D37C2. Grayscale: #B6B6B6. Windows color (decimal): -4011971 or 4049090. OLE color: 4049090.
HSL color Cylindrical-coordinate representation of color #C2C83D: hue angle of 62.59º 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 #C2C83D is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 61 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.22 |
| HSL | 62.59º | 0.56% | 0.51% | - |
| HSV(B) | 62.59º | 0.7% | 0.78% | - |
| XYZ | 43.74 | 53.11 | 12.36 | - |
| YUV | 182.36 | 59.51 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 61 | 0.03 | 0 | 0.69 | 0.22 | 62.59 | 0.56 | 0.51 |
| Hex | C2 | C8 | 3D | 3 | 0 | 45 | 16 | 3F | 38 | 33 |
| Octal | 302 | 310 | 75 | 3 | 0 | 105 | 26 | 77 | 70 | 63 |
| Binary | 11000010 | 11001000 | 111101 | 11 | 0 | 1000101 | 10110 | 111111 | 111000 | 110011 |
Color Harmonies of #C2C83D
Complementary color
Monochromatic Colors of #C2C83D
Black with #C2C83D
Text Example
Text Example
White with #C2C83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C83D; }
p { color: rgb(194,200,61); }
H1.HeaderClassName
{
color: #C2C83D;
}
.AnyTagClassName
{
color: #C2C83D;
}
</style>
background-color css
<style>
a { background-color: #C2C83D; }
a { background-color: rgb(194,200,61); }
div.DivClassName
{
background-color: #C2C83D;
}
.BgClassName
{
background-color: #C2C83D;
}
</style>
border-color css
<style>
span { border-color: #C2C83D; }
span { border-color: rgb(194,200,61); }
td.TdClassName
{
border-color: #C2C83D;
}
.TagClassName
{
border-color: #C2C83D;
}
</style>