Shades of Las Palmas #C2E83B
Tints of Las Palmas #C2E83B
RGB
CMYK
RGB Variations
Color information
#C2E83B (or 0xC2E83B) is known color: Las Palmas. HEX triplet: C2, E8 and 3B. RGB value is (194,232,59). Sum of RGB (Red+Green+Blue) = 194+232+59=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 59 (23.44% from 255 or 12.16% from 485); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E83B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E83B is #3D17C4. Grayscale: #C9C9C9. Windows color (decimal): -4003781 or 3926210. OLE color: 3926210.
HSL color Cylindrical-coordinate representation of color #C2E83B: hue angle of 73.18º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2E83B is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 232 | 59 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.09 |
| HSL | 73.18º | 0.79% | 0.57% | - |
| HSV(B) | 73.18º | 0.75% | 0.91% | - |
| XYZ | 51.89 | 69.5 | 14.82 | - |
| YUV | 200.92 | 47.91 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 232 | 59 | 0.16 | 0 | 0.75 | 0.09 | 73.18 | 0.79 | 0.57 |
| Hex | C2 | E8 | 3B | 10 | 0 | 4B | 9 | 49 | 4F | 39 |
| Octal | 302 | 350 | 73 | 20 | 0 | 113 | 11 | 111 | 117 | 71 |
| Binary | 11000010 | 11101000 | 111011 | 10000 | 0 | 1001011 | 1001 | 1001001 | 1001111 | 111001 |
Color Harmonies of #C2E83B
Complementary color
Monochromatic Colors of #C2E83B
Black with #C2E83B
Text Example
Text Example
White with #C2E83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E83B; }
p { color: rgb(194,232,59); }
H1.HeaderClassName
{
color: #C2E83B;
}
.AnyTagClassName
{
color: #C2E83B;
}
</style>
background-color css
<style>
a { background-color: #C2E83B; }
a { background-color: rgb(194,232,59); }
div.DivClassName
{
background-color: #C2E83B;
}
.BgClassName
{
background-color: #C2E83B;
}
</style>
border-color css
<style>
span { border-color: #C2E83B; }
span { border-color: rgb(194,232,59); }
td.TdClassName
{
border-color: #C2E83B;
}
.TagClassName
{
border-color: #C2E83B;
}
</style>