Shades of Las Palmas #C2D13F
Tints of Las Palmas #C2D13F
RGB
CMYK
RGB Variations
Color information
#C2D13F (or 0xC2D13F) is known color: Las Palmas. HEX triplet: C2, D1 and 3F. RGB value is (194,209,63). Sum of RGB (Red+Green+Blue) = 194+209+63=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D13F is #3D2EC0. Grayscale: #BCBCBC. Windows color (decimal): -4009665 or 4182466. OLE color: 4182466.
HSL color Cylindrical-coordinate representation of color #C2D13F: hue angle of 66.16º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2D13F is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 63 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.18 |
| HSL | 66.16º | 0.61% | 0.53% | - |
| HSV(B) | 66.16º | 0.7% | 0.82% | - |
| XYZ | 45.95 | 57.43 | 13.37 | - |
| YUV | 187.87 | 57.53 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 63 | 0.07 | 0 | 0.70 | 0.18 | 66.16 | 0.61 | 0.53 |
| Hex | C2 | D1 | 3F | 7 | 0 | 46 | 12 | 42 | 3D | 35 |
| Octal | 302 | 321 | 77 | 7 | 0 | 106 | 22 | 102 | 75 | 65 |
| Binary | 11000010 | 11010001 | 111111 | 111 | 0 | 1000110 | 10010 | 1000010 | 111101 | 110101 |
Color Harmonies of #C2D13F
Complementary color
Monochromatic Colors of #C2D13F
Black with #C2D13F
Text Example
Text Example
White with #C2D13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D13F; }
p { color: rgb(194,209,63); }
H1.HeaderClassName
{
color: #C2D13F;
}
.AnyTagClassName
{
color: #C2D13F;
}
</style>
background-color css
<style>
a { background-color: #C2D13F; }
a { background-color: rgb(194,209,63); }
div.DivClassName
{
background-color: #C2D13F;
}
.BgClassName
{
background-color: #C2D13F;
}
</style>
border-color css
<style>
span { border-color: #C2D13F; }
span { border-color: rgb(194,209,63); }
td.TdClassName
{
border-color: #C2D13F;
}
.TagClassName
{
border-color: #C2D13F;
}
</style>