Shades of Las Palmas #C2F340
Tints of Las Palmas #C2F340
RGB
CMYK
RGB Variations
Color information
#C2F340 (or 0xC2F340) is known color: Las Palmas. HEX triplet: C2, F3 and 40. RGB value is (194,243,64). Sum of RGB (Red+Green+Blue) = 194+243+64=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F340 is #3D0CBF. Grayscale: #D0D0D0. Windows color (decimal): -4000960 or 4256706. OLE color: 4256706.
HSL color Cylindrical-coordinate representation of color #C2F340: hue angle of 76.42º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2F340 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 243 | 64 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.05 |
| HSL | 76.42º | 0.88% | 0.6% | - |
| HSV(B) | 76.42º | 0.74% | 0.95% | - |
| XYZ | 55.22 | 75.94 | 16.6 | - |
| YUV | 207.94 | 46.77 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 243 | 64 | 0.20 | 0 | 0.74 | 0.05 | 76.42 | 0.88 | 0.6 |
| Hex | C2 | F3 | 40 | 14 | 0 | 4A | 5 | 4C | 58 | 3C |
| Octal | 302 | 363 | 100 | 24 | 0 | 112 | 5 | 114 | 130 | 74 |
| Binary | 11000010 | 11110011 | 1000000 | 10100 | 0 | 1001010 | 101 | 1001100 | 1011000 | 111100 |
Color Harmonies of #C2F340
Complementary color
Monochromatic Colors of #C2F340
Black with #C2F340
Text Example
Text Example
White with #C2F340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F340; }
p { color: rgb(194,243,64); }
H1.HeaderClassName
{
color: #C2F340;
}
.AnyTagClassName
{
color: #C2F340;
}
</style>
background-color css
<style>
a { background-color: #C2F340; }
a { background-color: rgb(194,243,64); }
div.DivClassName
{
background-color: #C2F340;
}
.BgClassName
{
background-color: #C2F340;
}
</style>
border-color css
<style>
span { border-color: #C2F340; }
span { border-color: rgb(194,243,64); }
td.TdClassName
{
border-color: #C2F340;
}
.TagClassName
{
border-color: #C2F340;
}
</style>