Shades of Las Palmas #C4F046
Tints of Las Palmas #C4F046
RGB
CMYK
RGB Variations
Color information
#C4F046 (or 0xC4F046) is known color: Las Palmas. HEX triplet: C4, F0 and 46. RGB value is (196,240,70). Sum of RGB (Red+Green+Blue) = 196+240+70=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 70 (27.73% from 255 or 13.83% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F046 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F046 is #3B0FB9. Grayscale: #D0D0D0. Windows color (decimal): -3870650 or 4649156. OLE color: 4649156.
HSL color Cylindrical-coordinate representation of color #C4F046: hue angle of 75.53º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4F046 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 240 | 70 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.06 |
| HSL | 75.53º | 0.85% | 0.61% | - |
| HSV(B) | 75.53º | 0.71% | 0.94% | - |
| XYZ | 55.03 | 74.5 | 17.27 | - |
| YUV | 207.46 | 50.42 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 240 | 70 | 0.18 | 0 | 0.71 | 0.06 | 75.53 | 0.85 | 0.61 |
| Hex | C4 | F0 | 46 | 12 | 0 | 47 | 6 | 4C | 55 | 3D |
| Octal | 304 | 360 | 106 | 22 | 0 | 107 | 6 | 114 | 125 | 75 |
| Binary | 11000100 | 11110000 | 1000110 | 10010 | 0 | 1000111 | 110 | 1001100 | 1010101 | 111101 |
Color Harmonies of #C4F046
Complementary color
Monochromatic Colors of #C4F046
Black with #C4F046
Text Example
Text Example
White with #C4F046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F046; }
p { color: rgb(196,240,70); }
H1.HeaderClassName
{
color: #C4F046;
}
.AnyTagClassName
{
color: #C4F046;
}
</style>
background-color css
<style>
a { background-color: #C4F046; }
a { background-color: rgb(196,240,70); }
div.DivClassName
{
background-color: #C4F046;
}
.BgClassName
{
background-color: #C4F046;
}
</style>
border-color css
<style>
span { border-color: #C4F046; }
span { border-color: rgb(196,240,70); }
td.TdClassName
{
border-color: #C4F046;
}
.TagClassName
{
border-color: #C4F046;
}
</style>