Shades of Las Palmas #C2E72D
Tints of Las Palmas #C2E72D
RGB
CMYK
RGB Variations
Color information
#C2E72D (or 0xC2E72D) is known color: Las Palmas. HEX triplet: C2, E7 and 2D. RGB value is (194,231,45). Sum of RGB (Red+Green+Blue) = 194+231+45=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 231 (90.62% from 255 or 49.15% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 231 - color contains mainly: green. Hex color #C2E72D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E72D is #3D18D2. Grayscale: #C7C7C7. Windows color (decimal): -4004051 or 3008450. OLE color: 3008450.
HSL color Cylindrical-coordinate representation of color #C2E72D: hue angle of 71.94º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2E72D is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 231 | 45 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.09 |
| HSL | 71.94º | 0.79% | 0.54% | - |
| HSV(B) | 71.94º | 0.81% | 0.91% | - |
| XYZ | 51.3 | 68.81 | 13.06 | - |
| YUV | 198.73 | 41.24 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 231 | 45 | 0.16 | 0 | 0.81 | 0.09 | 71.94 | 0.79 | 0.54 |
| Hex | C2 | E7 | 2D | 10 | 0 | 51 | 9 | 48 | 4F | 36 |
| Octal | 302 | 347 | 55 | 20 | 0 | 121 | 11 | 110 | 117 | 66 |
| Binary | 11000010 | 11100111 | 101101 | 10000 | 0 | 1010001 | 1001 | 1001000 | 1001111 | 110110 |
Color Harmonies of #C2E72D
Complementary color
Monochromatic Colors of #C2E72D
Black with #C2E72D
Text Example
Text Example
White with #C2E72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E72D; }
p { color: rgb(194,231,45); }
H1.HeaderClassName
{
color: #C2E72D;
}
.AnyTagClassName
{
color: #C2E72D;
}
</style>
background-color css
<style>
a { background-color: #C2E72D; }
a { background-color: rgb(194,231,45); }
div.DivClassName
{
background-color: #C2E72D;
}
.BgClassName
{
background-color: #C2E72D;
}
</style>
border-color css
<style>
span { border-color: #C2E72D; }
span { border-color: rgb(194,231,45); }
td.TdClassName
{
border-color: #C2E72D;
}
.TagClassName
{
border-color: #C2E72D;
}
</style>