Shades of Las Palmas #C8F148
Tints of Las Palmas #C8F148
RGB
CMYK
RGB Variations
Color information
#C8F148 (or 0xC8F148) is known color: Las Palmas. HEX triplet: C8, F1 and 48. RGB value is (200,241,72). Sum of RGB (Red+Green+Blue) = 200+241+72=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F148 is #370EB7. Grayscale: #D2D2D2. Windows color (decimal): -3608248 or 4780488. OLE color: 4780488.
HSL color Cylindrical-coordinate representation of color #C8F148: hue angle of 74.56º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8F148 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 72 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.05 |
| HSL | 74.56º | 0.86% | 0.61% | - |
| HSV(B) | 74.56º | 0.7% | 0.95% | - |
| XYZ | 56.44 | 75.66 | 17.76 | - |
| YUV | 209.48 | 50.42 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 72 | 0.17 | 0 | 0.70 | 0.05 | 74.56 | 0.86 | 0.61 |
| Hex | C8 | F1 | 48 | 11 | 0 | 46 | 5 | 4B | 56 | 3D |
| Octal | 310 | 361 | 110 | 21 | 0 | 106 | 5 | 113 | 126 | 75 |
| Binary | 11001000 | 11110001 | 1001000 | 10001 | 0 | 1000110 | 101 | 1001011 | 1010110 | 111101 |
Color Harmonies of #C8F148
Complementary color
Monochromatic Colors of #C8F148
Black with #C8F148
Text Example
Text Example
White with #C8F148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F148; }
p { color: rgb(200,241,72); }
H1.HeaderClassName
{
color: #C8F148;
}
.AnyTagClassName
{
color: #C8F148;
}
</style>
background-color css
<style>
a { background-color: #C8F148; }
a { background-color: rgb(200,241,72); }
div.DivClassName
{
background-color: #C8F148;
}
.BgClassName
{
background-color: #C8F148;
}
</style>
border-color css
<style>
span { border-color: #C8F148; }
span { border-color: rgb(200,241,72); }
td.TdClassName
{
border-color: #C8F148;
}
.TagClassName
{
border-color: #C8F148;
}
</style>