Shades of Las Palmas #C3D23A
Tints of Las Palmas #C3D23A
RGB
CMYK
RGB Variations
Color information
#C3D23A (or 0xC3D23A) is known color: Las Palmas. HEX triplet: C3, D2 and 3A. RGB value is (195,210,58). Sum of RGB (Red+Green+Blue) = 195+210+58=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D23A is #3C2DC5. Grayscale: #BCBCBC. Windows color (decimal): -3943878 or 3855043. OLE color: 3855043.
HSL color Cylindrical-coordinate representation of color #C3D23A: hue angle of 65.92º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3D23A is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 210 | 58 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.18 |
| HSL | 65.92º | 0.63% | 0.53% | - |
| HSV(B) | 65.92º | 0.72% | 0.82% | - |
| XYZ | 46.32 | 58 | 12.76 | - |
| YUV | 188.19 | 54.53 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 210 | 58 | 0.07 | 0 | 0.72 | 0.18 | 65.92 | 0.63 | 0.53 |
| Hex | C3 | D2 | 3A | 7 | 0 | 48 | 12 | 42 | 3F | 35 |
| Octal | 303 | 322 | 72 | 7 | 0 | 110 | 22 | 102 | 77 | 65 |
| Binary | 11000011 | 11010010 | 111010 | 111 | 0 | 1001000 | 10010 | 1000010 | 111111 | 110101 |
Color Harmonies of #C3D23A
Complementary color
Monochromatic Colors of #C3D23A
Black with #C3D23A
Text Example
Text Example
White with #C3D23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D23A; }
p { color: rgb(195,210,58); }
H1.HeaderClassName
{
color: #C3D23A;
}
.AnyTagClassName
{
color: #C3D23A;
}
</style>
background-color css
<style>
a { background-color: #C3D23A; }
a { background-color: rgb(195,210,58); }
div.DivClassName
{
background-color: #C3D23A;
}
.BgClassName
{
background-color: #C3D23A;
}
</style>
border-color css
<style>
span { border-color: #C3D23A; }
span { border-color: rgb(195,210,58); }
td.TdClassName
{
border-color: #C3D23A;
}
.TagClassName
{
border-color: #C3D23A;
}
</style>