Shades of Las Palmas #C2E33D
Tints of Las Palmas #C2E33D
RGB
CMYK
RGB Variations
Color information
#C2E33D (or 0xC2E33D) is known color: Las Palmas. HEX triplet: C2, E3 and 3D. RGB value is (194,227,61). Sum of RGB (Red+Green+Blue) = 194+227+61=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 61 (24.22% from 255 or 12.66% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E33D is #3D1CC2. Grayscale: #C6C6C6. Windows color (decimal): -4005059 or 4056002. OLE color: 4056002.
HSL color Cylindrical-coordinate representation of color #C2E33D: hue angle of 71.93º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2E33D is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 227 | 61 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.11 |
| HSL | 71.93º | 0.75% | 0.56% | - |
| HSV(B) | 71.93º | 0.73% | 0.89% | - |
| XYZ | 50.56 | 66.74 | 14.63 | - |
| YUV | 198.21 | 50.57 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 227 | 61 | 0.15 | 0 | 0.73 | 0.11 | 71.93 | 0.75 | 0.56 |
| Hex | C2 | E3 | 3D | F | 0 | 49 | B | 48 | 4B | 38 |
| Octal | 302 | 343 | 75 | 17 | 0 | 111 | 13 | 110 | 113 | 70 |
| Binary | 11000010 | 11100011 | 111101 | 1111 | 0 | 1001001 | 1011 | 1001000 | 1001011 | 111000 |
Color Harmonies of #C2E33D
Complementary color
Monochromatic Colors of #C2E33D
Black with #C2E33D
Text Example
Text Example
White with #C2E33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E33D; }
p { color: rgb(194,227,61); }
H1.HeaderClassName
{
color: #C2E33D;
}
.AnyTagClassName
{
color: #C2E33D;
}
</style>
background-color css
<style>
a { background-color: #C2E33D; }
a { background-color: rgb(194,227,61); }
div.DivClassName
{
background-color: #C2E33D;
}
.BgClassName
{
background-color: #C2E33D;
}
</style>
border-color css
<style>
span { border-color: #C2E33D; }
span { border-color: rgb(194,227,61); }
td.TdClassName
{
border-color: #C2E33D;
}
.TagClassName
{
border-color: #C2E33D;
}
</style>