Shades of Las Palmas #C2F242
Tints of Las Palmas #C2F242
RGB
CMYK
RGB Variations
Color information
#C2F242 (or 0xC2F242) is known color: Las Palmas. HEX triplet: C2, F2 and 42. RGB value is (194,242,66). Sum of RGB (Red+Green+Blue) = 194+242+66=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 66 (26.17% from 255 or 13.15% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F242 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F242 is #3D0DBD. Grayscale: #D0D0D0. Windows color (decimal): -4001214 or 4387522. OLE color: 4387522.
HSL color Cylindrical-coordinate representation of color #C2F242: hue angle of 76.36º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2F242 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
RGB | 194 | 242 | 66 | - |
CMYK | 0.20 | 0 | 0.73 | 0.05 |
HSL | 76.36º | 0.87% | 0.6% | - |
HSV(B) | 76.36º | 0.73% | 0.95% | - |
XYZ | 54.98 | 75.37 | 16.8 | - |
YUV | 207.58 | 48.1 | 118.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 242 | 66 | 0.20 | 0 | 0.73 | 0.05 | 76.36 | 0.87 | 0.6 |
Hex | C2 | F2 | 42 | 14 | 0 | 49 | 5 | 4C | 57 | 3C |
Octal | 302 | 362 | 102 | 24 | 0 | 111 | 5 | 114 | 127 | 74 |
Binary | 11000010 | 11110010 | 1000010 | 10100 | 0 | 1001001 | 101 | 1001100 | 1010111 | 111100 |
Color Harmonies of #C2F242
Complementary color
Monochromatic Colors of #C2F242
Black with #C2F242
Text Example
Text Example
White with #C2F242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F242; }
p { color: rgb(194,242,66); }
H1.HeaderClassName
{
color: #C2F242;
}
.AnyTagClassName
{
color: #C2F242;
}
</style>
background-color css
<style>
a { background-color: #C2F242; }
a { background-color: rgb(194,242,66); }
div.DivClassName
{
background-color: #C2F242;
}
.BgClassName
{
background-color: #C2F242;
}
</style>
border-color css
<style>
span { border-color: #C2F242; }
span { border-color: rgb(194,242,66); }
td.TdClassName
{
border-color: #C2F242;
}
.TagClassName
{
border-color: #C2F242;
}
</style>