Shades of Las Palmas #C7EA3C
Tints of Las Palmas #C7EA3C
RGB
CMYK
RGB Variations
Color information
#C7EA3C (or 0xC7EA3C) is known color: Las Palmas. HEX triplet: C7, EA and 3C. RGB value is (199,234,60). Sum of RGB (Red+Green+Blue) = 199+234+60=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 60 (23.83% from 255 or 12.17% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7EA3C is #3815C3. Grayscale: #CCCCCC. Windows color (decimal): -3675588 or 3992263. OLE color: 3992263.
HSL color Cylindrical-coordinate representation of color #C7EA3C: hue angle of 72.07º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7EA3C is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 234 | 60 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.08 |
| HSL | 72.07º | 0.81% | 0.58% | - |
| HSV(B) | 72.07º | 0.74% | 0.92% | - |
| XYZ | 53.79 | 71.31 | 15.2 | - |
| YUV | 203.7 | 46.9 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 234 | 60 | 0.15 | 0 | 0.74 | 0.08 | 72.07 | 0.81 | 0.58 |
| Hex | C7 | EA | 3C | F | 0 | 4A | 8 | 48 | 51 | 3A |
| Octal | 307 | 352 | 74 | 17 | 0 | 112 | 10 | 110 | 121 | 72 |
| Binary | 11000111 | 11101010 | 111100 | 1111 | 0 | 1001010 | 1000 | 1001000 | 1010001 | 111010 |
Color Harmonies of #C7EA3C
Complementary color
Monochromatic Colors of #C7EA3C
Black with #C7EA3C
Text Example
Text Example
White with #C7EA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EA3C; }
p { color: rgb(199,234,60); }
H1.HeaderClassName
{
color: #C7EA3C;
}
.AnyTagClassName
{
color: #C7EA3C;
}
</style>
background-color css
<style>
a { background-color: #C7EA3C; }
a { background-color: rgb(199,234,60); }
div.DivClassName
{
background-color: #C7EA3C;
}
.BgClassName
{
background-color: #C7EA3C;
}
</style>
border-color css
<style>
span { border-color: #C7EA3C; }
span { border-color: rgb(199,234,60); }
td.TdClassName
{
border-color: #C7EA3C;
}
.TagClassName
{
border-color: #C7EA3C;
}
</style>