Shades of Las Palmas #C2D741
Tints of Las Palmas #C2D741
RGB
CMYK
RGB Variations
Color information
#C2D741 (or 0xC2D741) is known color: Las Palmas. HEX triplet: C2, D7 and 41. RGB value is (194,215,65). Sum of RGB (Red+Green+Blue) = 194+215+65=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 65 (25.78% from 255 or 13.71% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D741 is #3D28BE. Grayscale: #C0C0C0. Windows color (decimal): -4008127 or 4315074. OLE color: 4315074.
HSL color Cylindrical-coordinate representation of color #C2D741: hue angle of 68.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2D741 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 65 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.16 |
| HSL | 68.4º | 0.65% | 0.55% | - |
| HSV(B) | 68.4º | 0.7% | 0.84% | - |
| XYZ | 47.5 | 60.45 | 14.17 | - |
| YUV | 191.62 | 56.54 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 65 | 0.10 | 0 | 0.70 | 0.16 | 68.4 | 0.65 | 0.55 |
| Hex | C2 | D7 | 41 | A | 0 | 46 | 10 | 44 | 41 | 37 |
| Octal | 302 | 327 | 101 | 12 | 0 | 106 | 20 | 104 | 101 | 67 |
| Binary | 11000010 | 11010111 | 1000001 | 1010 | 0 | 1000110 | 10000 | 1000100 | 1000001 | 110111 |
Color Harmonies of #C2D741
Complementary color
Monochromatic Colors of #C2D741
Black with #C2D741
Text Example
Text Example
White with #C2D741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D741; }
p { color: rgb(194,215,65); }
H1.HeaderClassName
{
color: #C2D741;
}
.AnyTagClassName
{
color: #C2D741;
}
</style>
background-color css
<style>
a { background-color: #C2D741; }
a { background-color: rgb(194,215,65); }
div.DivClassName
{
background-color: #C2D741;
}
.BgClassName
{
background-color: #C2D741;
}
</style>
border-color css
<style>
span { border-color: #C2D741; }
span { border-color: rgb(194,215,65); }
td.TdClassName
{
border-color: #C2D741;
}
.TagClassName
{
border-color: #C2D741;
}
</style>