Shades of Las Palmas #C3E434
Tints of Las Palmas #C3E434
RGB
CMYK
RGB Variations
Color information
#C3E434 (or 0xC3E434) is known color: Las Palmas. HEX triplet: C3, E4 and 34. RGB value is (195,228,52). Sum of RGB (Red+Green+Blue) = 195+228+52=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 228 (89.45% from 255 or 48% from 475); Blue value is 52 (20.70% from 255 or 10.95% from 475); Max value from RGB is 228 - color contains mainly: green. Hex color #C3E434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E434 is #3C1BCB. Grayscale: #C6C6C6. Windows color (decimal): -3939276 or 3466435. OLE color: 3466435.
HSL color Cylindrical-coordinate representation of color #C3E434: hue angle of 71.25º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3E434 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 228 | 52 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.11 |
| HSL | 71.25º | 0.77% | 0.55% | - |
| HSV(B) | 71.25º | 0.77% | 0.89% | - |
| XYZ | 50.87 | 67.34 | 13.57 | - |
| YUV | 198.07 | 45.57 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 228 | 52 | 0.14 | 0 | 0.77 | 0.11 | 71.25 | 0.77 | 0.55 |
| Hex | C3 | E4 | 34 | E | 0 | 4D | B | 47 | 4D | 37 |
| Octal | 303 | 344 | 64 | 16 | 0 | 115 | 13 | 107 | 115 | 67 |
| Binary | 11000011 | 11100100 | 110100 | 1110 | 0 | 1001101 | 1011 | 1000111 | 1001101 | 110111 |
Color Harmonies of #C3E434
Complementary color
Monochromatic Colors of #C3E434
Black with #C3E434
Text Example
Text Example
White with #C3E434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E434; }
p { color: rgb(195,228,52); }
H1.HeaderClassName
{
color: #C3E434;
}
.AnyTagClassName
{
color: #C3E434;
}
</style>
background-color css
<style>
a { background-color: #C3E434; }
a { background-color: rgb(195,228,52); }
div.DivClassName
{
background-color: #C3E434;
}
.BgClassName
{
background-color: #C3E434;
}
</style>
border-color css
<style>
span { border-color: #C3E434; }
span { border-color: rgb(195,228,52); }
td.TdClassName
{
border-color: #C3E434;
}
.TagClassName
{
border-color: #C3E434;
}
</style>