Shades of Las Palmas #C7E742
Tints of Las Palmas #C7E742
RGB
CMYK
RGB Variations
Color information
#C7E742 (or 0xC7E742) is known color: Las Palmas. HEX triplet: C7, E7 and 42. RGB value is (199,231,66). Sum of RGB (Red+Green+Blue) = 199+231+66=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 231 - color contains mainly: green. Hex color #C7E742 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7E742 is #3818BD. Grayscale: #CBCBCB. Windows color (decimal): -3676350 or 4384711. OLE color: 4384711.
HSL color Cylindrical-coordinate representation of color #C7E742: hue angle of 71.64º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7E742 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 231 | 66 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.09 |
| HSL | 71.64º | 0.77% | 0.58% | - |
| HSV(B) | 71.64º | 0.71% | 0.91% | - |
| XYZ | 53.11 | 69.69 | 15.81 | - |
| YUV | 202.62 | 50.9 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 231 | 66 | 0.14 | 0 | 0.71 | 0.09 | 71.64 | 0.77 | 0.58 |
| Hex | C7 | E7 | 42 | E | 0 | 47 | 9 | 48 | 4D | 3A |
| Octal | 307 | 347 | 102 | 16 | 0 | 107 | 11 | 110 | 115 | 72 |
| Binary | 11000111 | 11100111 | 1000010 | 1110 | 0 | 1000111 | 1001 | 1001000 | 1001101 | 111010 |
Color Harmonies of #C7E742
Complementary color
Monochromatic Colors of #C7E742
Black with #C7E742
Text Example
Text Example
White with #C7E742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E742; }
p { color: rgb(199,231,66); }
H1.HeaderClassName
{
color: #C7E742;
}
.AnyTagClassName
{
color: #C7E742;
}
</style>
background-color css
<style>
a { background-color: #C7E742; }
a { background-color: rgb(199,231,66); }
div.DivClassName
{
background-color: #C7E742;
}
.BgClassName
{
background-color: #C7E742;
}
</style>
border-color css
<style>
span { border-color: #C7E742; }
span { border-color: rgb(199,231,66); }
td.TdClassName
{
border-color: #C7E742;
}
.TagClassName
{
border-color: #C7E742;
}
</style>