Shades of Las Palmas #C4E448
Tints of Las Palmas #C4E448
RGB
CMYK
RGB Variations
Color information
#C4E448 (or 0xC4E448) is known color: Las Palmas. HEX triplet: C4, E4 and 48. RGB value is (196,228,72). Sum of RGB (Red+Green+Blue) = 196+228+72=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #C4E448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E448 is #3B1BB7. Grayscale: #C9C9C9. Windows color (decimal): -3873720 or 4777156. OLE color: 4777156.
HSL color Cylindrical-coordinate representation of color #C4E448: hue angle of 72.31º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4E448 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 228 | 72 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.11 |
| HSL | 72.31º | 0.74% | 0.59% | - |
| HSV(B) | 72.31º | 0.68% | 0.89% | - |
| XYZ | 51.68 | 67.69 | 16.47 | - |
| YUV | 200.65 | 55.4 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 228 | 72 | 0.14 | 0 | 0.68 | 0.11 | 72.31 | 0.74 | 0.59 |
| Hex | C4 | E4 | 48 | E | 0 | 44 | B | 48 | 4A | 3B |
| Octal | 304 | 344 | 110 | 16 | 0 | 104 | 13 | 110 | 112 | 73 |
| Binary | 11000100 | 11100100 | 1001000 | 1110 | 0 | 1000100 | 1011 | 1001000 | 1001010 | 111011 |
Color Harmonies of #C4E448
Complementary color
Monochromatic Colors of #C4E448
Black with #C4E448
Text Example
Text Example
White with #C4E448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E448; }
p { color: rgb(196,228,72); }
H1.HeaderClassName
{
color: #C4E448;
}
.AnyTagClassName
{
color: #C4E448;
}
</style>
background-color css
<style>
a { background-color: #C4E448; }
a { background-color: rgb(196,228,72); }
div.DivClassName
{
background-color: #C4E448;
}
.BgClassName
{
background-color: #C4E448;
}
</style>
border-color css
<style>
span { border-color: #C4E448; }
span { border-color: rgb(196,228,72); }
td.TdClassName
{
border-color: #C4E448;
}
.TagClassName
{
border-color: #C4E448;
}
</style>