Shades of Las Palmas #C2D734
Tints of Las Palmas #C2D734
RGB
CMYK
RGB Variations
Color information
#C2D734 (or 0xC2D734) is known color: Las Palmas. HEX triplet: C2, D7 and 34. RGB value is (194,215,52). Sum of RGB (Red+Green+Blue) = 194+215+52=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 52 (20.70% from 255 or 11.28% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D734 is #3D28CB. Grayscale: #BEBEBE. Windows color (decimal): -4008140 or 3463106. OLE color: 3463106.
HSL color Cylindrical-coordinate representation of color #C2D734: hue angle of 67.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2D734 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 52 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.16 |
| HSL | 67.73º | 0.67% | 0.52% | - |
| HSV(B) | 67.73º | 0.76% | 0.84% | - |
| XYZ | 47.17 | 60.32 | 12.41 | - |
| YUV | 190.14 | 50.04 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 52 | 0.10 | 0 | 0.76 | 0.16 | 67.73 | 0.67 | 0.52 |
| Hex | C2 | D7 | 34 | A | 0 | 4C | 10 | 44 | 43 | 34 |
| Octal | 302 | 327 | 64 | 12 | 0 | 114 | 20 | 104 | 103 | 64 |
| Binary | 11000010 | 11010111 | 110100 | 1010 | 0 | 1001100 | 10000 | 1000100 | 1000011 | 110100 |
Color Harmonies of #C2D734
Complementary color
Monochromatic Colors of #C2D734
Black with #C2D734
Text Example
Text Example
White with #C2D734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D734; }
p { color: rgb(194,215,52); }
H1.HeaderClassName
{
color: #C2D734;
}
.AnyTagClassName
{
color: #C2D734;
}
</style>
background-color css
<style>
a { background-color: #C2D734; }
a { background-color: rgb(194,215,52); }
div.DivClassName
{
background-color: #C2D734;
}
.BgClassName
{
background-color: #C2D734;
}
</style>
border-color css
<style>
span { border-color: #C2D734; }
span { border-color: rgb(194,215,52); }
td.TdClassName
{
border-color: #C2D734;
}
.TagClassName
{
border-color: #C2D734;
}
</style>