Shades of Las Palmas #C4EF42
Tints of Las Palmas #C4EF42
RGB
CMYK
RGB Variations
Color information
#C4EF42 (or 0xC4EF42) is known color: Las Palmas. HEX triplet: C4, EF and 42. RGB value is (196,239,66). Sum of RGB (Red+Green+Blue) = 196+239+66=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #C4EF42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4EF42 is #3B10BD. Grayscale: #CFCFCF. Windows color (decimal): -3870910 or 4386756. OLE color: 4386756.
HSL color Cylindrical-coordinate representation of color #C4EF42: hue angle of 74.91º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4EF42 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 239 | 66 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.06 |
| HSL | 74.91º | 0.84% | 0.6% | - |
| HSV(B) | 74.91º | 0.72% | 0.94% | - |
| XYZ | 54.61 | 73.86 | 16.53 | - |
| YUV | 206.42 | 48.75 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 239 | 66 | 0.18 | 0 | 0.72 | 0.06 | 74.91 | 0.84 | 0.6 |
| Hex | C4 | EF | 42 | 12 | 0 | 48 | 6 | 4B | 54 | 3C |
| Octal | 304 | 357 | 102 | 22 | 0 | 110 | 6 | 113 | 124 | 74 |
| Binary | 11000100 | 11101111 | 1000010 | 10010 | 0 | 1001000 | 110 | 1001011 | 1010100 | 111100 |
Color Harmonies of #C4EF42
Complementary color
Monochromatic Colors of #C4EF42
Black with #C4EF42
Text Example
Text Example
White with #C4EF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EF42; }
p { color: rgb(196,239,66); }
H1.HeaderClassName
{
color: #C4EF42;
}
.AnyTagClassName
{
color: #C4EF42;
}
</style>
background-color css
<style>
a { background-color: #C4EF42; }
a { background-color: rgb(196,239,66); }
div.DivClassName
{
background-color: #C4EF42;
}
.BgClassName
{
background-color: #C4EF42;
}
</style>
border-color css
<style>
span { border-color: #C4EF42; }
span { border-color: rgb(196,239,66); }
td.TdClassName
{
border-color: #C4EF42;
}
.TagClassName
{
border-color: #C4EF42;
}
</style>