Shades of Las Palmas #C8F349
Tints of Las Palmas #C8F349
RGB
CMYK
RGB Variations
Color information
#C8F349 (or 0xC8F349) is known color: Las Palmas. HEX triplet: C8, F3 and 49. RGB value is (200,243,73). Sum of RGB (Red+Green+Blue) = 200+243+73=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 73 (28.91% from 255 or 14.15% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F349 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F349 is #370CB6. Grayscale: #D3D3D3. Windows color (decimal): -3607735 or 4846536. OLE color: 4846536.
HSL color Cylindrical-coordinate representation of color #C8F349: hue angle of 75.18º 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 #C8F349 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 73 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.05 |
| HSL | 75.18º | 0.88% | 0.62% | - |
| HSV(B) | 75.18º | 0.7% | 0.95% | - |
| XYZ | 57.07 | 76.86 | 18.13 | - |
| YUV | 210.76 | 50.25 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 73 | 0.18 | 0 | 0.70 | 0.05 | 75.18 | 0.88 | 0.62 |
| Hex | C8 | F3 | 49 | 12 | 0 | 46 | 5 | 4B | 58 | 3E |
| Octal | 310 | 363 | 111 | 22 | 0 | 106 | 5 | 113 | 130 | 76 |
| Binary | 11001000 | 11110011 | 1001001 | 10010 | 0 | 1000110 | 101 | 1001011 | 1011000 | 111110 |
Color Harmonies of #C8F349
Complementary color
Monochromatic Colors of #C8F349
Black with #C8F349
Text Example
Text Example
White with #C8F349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F349; }
p { color: rgb(200,243,73); }
H1.HeaderClassName
{
color: #C8F349;
}
.AnyTagClassName
{
color: #C8F349;
}
</style>
background-color css
<style>
a { background-color: #C8F349; }
a { background-color: rgb(200,243,73); }
div.DivClassName
{
background-color: #C8F349;
}
.BgClassName
{
background-color: #C8F349;
}
</style>
border-color css
<style>
span { border-color: #C8F349; }
span { border-color: rgb(200,243,73); }
td.TdClassName
{
border-color: #C8F349;
}
.TagClassName
{
border-color: #C8F349;
}
</style>