Shades of Las Palmas #C2F33C
Tints of Las Palmas #C2F33C
RGB
CMYK
RGB Variations
Color information
#C2F33C (or 0xC2F33C) is known color: Las Palmas. HEX triplet: C2, F3 and 3C. RGB value is (194,243,60). Sum of RGB (Red+Green+Blue) = 194+243+60=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F33C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F33C is #3D0CC3. Grayscale: #D0D0D0. Windows color (decimal): -4000964 or 3994562. OLE color: 3994562.
HSL color Cylindrical-coordinate representation of color #C2F33C: hue angle of 76.07º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2F33C is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 243 | 60 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.05 |
| HSL | 76.07º | 0.88% | 0.59% | - |
| HSV(B) | 76.07º | 0.75% | 0.95% | - |
| XYZ | 55.11 | 75.9 | 16.02 | - |
| YUV | 207.49 | 44.77 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 243 | 60 | 0.20 | 0 | 0.75 | 0.05 | 76.07 | 0.88 | 0.59 |
| Hex | C2 | F3 | 3C | 14 | 0 | 4B | 5 | 4C | 58 | 3B |
| Octal | 302 | 363 | 74 | 24 | 0 | 113 | 5 | 114 | 130 | 73 |
| Binary | 11000010 | 11110011 | 111100 | 10100 | 0 | 1001011 | 101 | 1001100 | 1011000 | 111011 |
Color Harmonies of #C2F33C
Complementary color
Monochromatic Colors of #C2F33C
Black with #C2F33C
Text Example
Text Example
White with #C2F33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F33C; }
p { color: rgb(194,243,60); }
H1.HeaderClassName
{
color: #C2F33C;
}
.AnyTagClassName
{
color: #C2F33C;
}
</style>
background-color css
<style>
a { background-color: #C2F33C; }
a { background-color: rgb(194,243,60); }
div.DivClassName
{
background-color: #C2F33C;
}
.BgClassName
{
background-color: #C2F33C;
}
</style>
border-color css
<style>
span { border-color: #C2F33C; }
span { border-color: rgb(194,243,60); }
td.TdClassName
{
border-color: #C2F33C;
}
.TagClassName
{
border-color: #C2F33C;
}
</style>