Shades of Las Palmas #C2E93C
Tints of Las Palmas #C2E93C
RGB
CMYK
RGB Variations
Color information
#C2E93C (or 0xC2E93C) is known color: Las Palmas. HEX triplet: C2, E9 and 3C. RGB value is (194,233,60). Sum of RGB (Red+Green+Blue) = 194+233+60=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E93C is #3D16C3. Grayscale: #CACACA. Windows color (decimal): -4003524 or 3992002. OLE color: 3992002.
HSL color Cylindrical-coordinate representation of color #C2E93C: hue angle of 73.53º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2E93C is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 60 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.09 |
| HSL | 73.53º | 0.8% | 0.57% | - |
| HSV(B) | 73.53º | 0.74% | 0.91% | - |
| XYZ | 52.2 | 70.07 | 15.05 | - |
| YUV | 201.62 | 48.08 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 60 | 0.17 | 0 | 0.74 | 0.09 | 73.53 | 0.8 | 0.57 |
| Hex | C2 | E9 | 3C | 11 | 0 | 4A | 9 | 4A | 50 | 39 |
| Octal | 302 | 351 | 74 | 21 | 0 | 112 | 11 | 112 | 120 | 71 |
| Binary | 11000010 | 11101001 | 111100 | 10001 | 0 | 1001010 | 1001 | 1001010 | 1010000 | 111001 |
Color Harmonies of #C2E93C
Complementary color
Monochromatic Colors of #C2E93C
Black with #C2E93C
Text Example
Text Example
White with #C2E93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E93C; }
p { color: rgb(194,233,60); }
H1.HeaderClassName
{
color: #C2E93C;
}
.AnyTagClassName
{
color: #C2E93C;
}
</style>
background-color css
<style>
a { background-color: #C2E93C; }
a { background-color: rgb(194,233,60); }
div.DivClassName
{
background-color: #C2E93C;
}
.BgClassName
{
background-color: #C2E93C;
}
</style>
border-color css
<style>
span { border-color: #C2E93C; }
span { border-color: rgb(194,233,60); }
td.TdClassName
{
border-color: #C2E93C;
}
.TagClassName
{
border-color: #C2E93C;
}
</style>