Shades of Las Palmas #C7F348
Tints of Las Palmas #C7F348
RGB
CMYK
RGB Variations
Color information
#C7F348 (or 0xC7F348) is known color: Las Palmas. HEX triplet: C7, F3 and 48. RGB value is (199,243,72). Sum of RGB (Red+Green+Blue) = 199+243+72=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 72 (28.52% from 255 or 14.01% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F348 is #380CB7. Grayscale: #D2D2D2. Windows color (decimal): -3673272 or 4780999. OLE color: 4780999.
HSL color Cylindrical-coordinate representation of color #C7F348: hue angle of 75.44º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7F348 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 243 | 72 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.05 |
| HSL | 75.44º | 0.88% | 0.62% | - |
| HSV(B) | 75.44º | 0.7% | 0.95% | - |
| XYZ | 56.77 | 76.71 | 17.95 | - |
| YUV | 210.35 | 49.92 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 243 | 72 | 0.18 | 0 | 0.70 | 0.05 | 75.44 | 0.88 | 0.62 |
| Hex | C7 | F3 | 48 | 12 | 0 | 46 | 5 | 4B | 58 | 3E |
| Octal | 307 | 363 | 110 | 22 | 0 | 106 | 5 | 113 | 130 | 76 |
| Binary | 11000111 | 11110011 | 1001000 | 10010 | 0 | 1000110 | 101 | 1001011 | 1011000 | 111110 |
Color Harmonies of #C7F348
Complementary color
Monochromatic Colors of #C7F348
Black with #C7F348
Text Example
Text Example
White with #C7F348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F348; }
p { color: rgb(199,243,72); }
H1.HeaderClassName
{
color: #C7F348;
}
.AnyTagClassName
{
color: #C7F348;
}
</style>
background-color css
<style>
a { background-color: #C7F348; }
a { background-color: rgb(199,243,72); }
div.DivClassName
{
background-color: #C7F348;
}
.BgClassName
{
background-color: #C7F348;
}
</style>
border-color css
<style>
span { border-color: #C7F348; }
span { border-color: rgb(199,243,72); }
td.TdClassName
{
border-color: #C7F348;
}
.TagClassName
{
border-color: #C7F348;
}
</style>