Shades of Las Palmas #C2F239
Tints of Las Palmas #C2F239
RGB
CMYK
RGB Variations
Color information
#C2F239 (or 0xC2F239) is known color: Las Palmas. HEX triplet: C2, F2 and 39. RGB value is (194,242,57). Sum of RGB (Red+Green+Blue) = 194+242+57=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 57 (22.66% from 255 or 11.56% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F239 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F239 is #3D0DC6. Grayscale: #CFCFCF. Windows color (decimal): -4001223 or 3797698. OLE color: 3797698.
HSL color Cylindrical-coordinate representation of color #C2F239: hue angle of 75.57º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2F239 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 57 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.05 |
| HSL | 75.57º | 0.88% | 0.59% | - |
| HSV(B) | 75.57º | 0.76% | 0.95% | - |
| XYZ | 54.74 | 75.27 | 15.51 | - |
| YUV | 206.56 | 43.6 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 57 | 0.20 | 0 | 0.76 | 0.05 | 75.57 | 0.88 | 0.59 |
| Hex | C2 | F2 | 39 | 14 | 0 | 4C | 5 | 4C | 58 | 3B |
| Octal | 302 | 362 | 71 | 24 | 0 | 114 | 5 | 114 | 130 | 73 |
| Binary | 11000010 | 11110010 | 111001 | 10100 | 0 | 1001100 | 101 | 1001100 | 1011000 | 111011 |
Color Harmonies of #C2F239
Complementary color
Monochromatic Colors of #C2F239
Black with #C2F239
Text Example
Text Example
White with #C2F239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F239; }
p { color: rgb(194,242,57); }
H1.HeaderClassName
{
color: #C2F239;
}
.AnyTagClassName
{
color: #C2F239;
}
</style>
background-color css
<style>
a { background-color: #C2F239; }
a { background-color: rgb(194,242,57); }
div.DivClassName
{
background-color: #C2F239;
}
.BgClassName
{
background-color: #C2F239;
}
</style>
border-color css
<style>
span { border-color: #C2F239; }
span { border-color: rgb(194,242,57); }
td.TdClassName
{
border-color: #C2F239;
}
.TagClassName
{
border-color: #C2F239;
}
</style>