Shades of Las Palmas #C2D03E
Tints of Las Palmas #C2D03E
RGB
CMYK
RGB Variations
Color information
#C2D03E (or 0xC2D03E) is known color: Las Palmas. HEX triplet: C2, D0 and 3E. RGB value is (194,208,62). Sum of RGB (Red+Green+Blue) = 194+208+62=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D03E is #3D2FC1. Grayscale: #BBBBBB. Windows color (decimal): -4009922 or 4116674. OLE color: 4116674.
HSL color Cylindrical-coordinate representation of color #C2D03E: hue angle of 65.75º 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 #C2D03E is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 62 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.18 |
| HSL | 65.75º | 0.61% | 0.53% | - |
| HSV(B) | 65.75º | 0.7% | 0.82% | - |
| XYZ | 45.67 | 56.93 | 13.14 | - |
| YUV | 187.17 | 57.36 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 62 | 0.07 | 0 | 0.70 | 0.18 | 65.75 | 0.61 | 0.53 |
| Hex | C2 | D0 | 3E | 7 | 0 | 46 | 12 | 42 | 3D | 35 |
| Octal | 302 | 320 | 76 | 7 | 0 | 106 | 22 | 102 | 75 | 65 |
| Binary | 11000010 | 11010000 | 111110 | 111 | 0 | 1000110 | 10010 | 1000010 | 111101 | 110101 |
Color Harmonies of #C2D03E
Complementary color
Monochromatic Colors of #C2D03E
Black with #C2D03E
Text Example
Text Example
White with #C2D03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D03E; }
p { color: rgb(194,208,62); }
H1.HeaderClassName
{
color: #C2D03E;
}
.AnyTagClassName
{
color: #C2D03E;
}
</style>
background-color css
<style>
a { background-color: #C2D03E; }
a { background-color: rgb(194,208,62); }
div.DivClassName
{
background-color: #C2D03E;
}
.BgClassName
{
background-color: #C2D03E;
}
</style>
border-color css
<style>
span { border-color: #C2D03E; }
span { border-color: rgb(194,208,62); }
td.TdClassName
{
border-color: #C2D03E;
}
.TagClassName
{
border-color: #C2D03E;
}
</style>