Shades of Las Palmas #C2D347
Tints of Las Palmas #C2D347
RGB
CMYK
RGB Variations
Color information
#C2D347 (or 0xC2D347) is known color: Las Palmas. HEX triplet: C2, D3 and 47. RGB value is (194,211,71). Sum of RGB (Red+Green+Blue) = 194+211+71=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 71 (28.12% from 255 or 14.92% from 476); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D347 is #3D2CB8. Grayscale: #BEBEBE. Windows color (decimal): -4009145 or 4707266. OLE color: 4707266.
HSL color Cylindrical-coordinate representation of color #C2D347: hue angle of 67.29º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2D347 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 71 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.17 |
| HSL | 67.29º | 0.61% | 0.55% | - |
| HSV(B) | 67.29º | 0.66% | 0.83% | - |
| XYZ | 46.68 | 58.51 | 14.8 | - |
| YUV | 189.96 | 60.87 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 71 | 0.08 | 0 | 0.66 | 0.17 | 67.29 | 0.61 | 0.55 |
| Hex | C2 | D3 | 47 | 8 | 0 | 42 | 11 | 43 | 3D | 37 |
| Octal | 302 | 323 | 107 | 10 | 0 | 102 | 21 | 103 | 75 | 67 |
| Binary | 11000010 | 11010011 | 1000111 | 1000 | 0 | 1000010 | 10001 | 1000011 | 111101 | 110111 |
Color Harmonies of #C2D347
Complementary color
Monochromatic Colors of #C2D347
Black with #C2D347
Text Example
Text Example
White with #C2D347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D347; }
p { color: rgb(194,211,71); }
H1.HeaderClassName
{
color: #C2D347;
}
.AnyTagClassName
{
color: #C2D347;
}
</style>
background-color css
<style>
a { background-color: #C2D347; }
a { background-color: rgb(194,211,71); }
div.DivClassName
{
background-color: #C2D347;
}
.BgClassName
{
background-color: #C2D347;
}
</style>
border-color css
<style>
span { border-color: #C2D347; }
span { border-color: rgb(194,211,71); }
td.TdClassName
{
border-color: #C2D347;
}
.TagClassName
{
border-color: #C2D347;
}
</style>