Shades of Las Palmas #C3F341
Tints of Las Palmas #C3F341
RGB
CMYK
RGB Variations
Color information
#C3F341 (or 0xC3F341) is known color: Las Palmas. HEX triplet: C3, F3 and 41. RGB value is (195,243,65). Sum of RGB (Red+Green+Blue) = 195+243+65=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 65 (25.78% from 255 or 12.92% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F341 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F341 is #3C0CBE. Grayscale: #D1D1D1. Windows color (decimal): -3935423 or 4322243. OLE color: 4322243.
HSL color Cylindrical-coordinate representation of color #C3F341: hue angle of 76.18º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3F341 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 243 | 65 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.05 |
| HSL | 76.18º | 0.88% | 0.6% | - |
| HSV(B) | 76.18º | 0.73% | 0.95% | - |
| XYZ | 55.51 | 76.08 | 16.76 | - |
| YUV | 208.36 | 47.1 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 243 | 65 | 0.20 | 0 | 0.73 | 0.05 | 76.18 | 0.88 | 0.6 |
| Hex | C3 | F3 | 41 | 14 | 0 | 49 | 5 | 4C | 58 | 3C |
| Octal | 303 | 363 | 101 | 24 | 0 | 111 | 5 | 114 | 130 | 74 |
| Binary | 11000011 | 11110011 | 1000001 | 10100 | 0 | 1001001 | 101 | 1001100 | 1011000 | 111100 |
Color Harmonies of #C3F341
Complementary color
Monochromatic Colors of #C3F341
Black with #C3F341
Text Example
Text Example
White with #C3F341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F341; }
p { color: rgb(195,243,65); }
H1.HeaderClassName
{
color: #C3F341;
}
.AnyTagClassName
{
color: #C3F341;
}
</style>
background-color css
<style>
a { background-color: #C3F341; }
a { background-color: rgb(195,243,65); }
div.DivClassName
{
background-color: #C3F341;
}
.BgClassName
{
background-color: #C3F341;
}
</style>
border-color css
<style>
span { border-color: #C3F341; }
span { border-color: rgb(195,243,65); }
td.TdClassName
{
border-color: #C3F341;
}
.TagClassName
{
border-color: #C3F341;
}
</style>