Shades of Las Palmas #C2D64A
Tints of Las Palmas #C2D64A
RGB
CMYK
RGB Variations
Color information
#C2D64A (or 0xC2D64A) is known color: Las Palmas. HEX triplet: C2, D6 and 4A. RGB value is (194,214,74). Sum of RGB (Red+Green+Blue) = 194+214+74=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D64A is #3D29B5. Grayscale: #C0C0C0. Windows color (decimal): -4008374 or 4904642. OLE color: 4904642.
HSL color Cylindrical-coordinate representation of color #C2D64A: hue angle of 68.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2D64A is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 74 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.16 |
| HSL | 68.57º | 0.63% | 0.56% | - |
| HSV(B) | 68.57º | 0.65% | 0.84% | - |
| XYZ | 47.53 | 60.06 | 15.57 | - |
| YUV | 192.06 | 61.37 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 74 | 0.09 | 0 | 0.65 | 0.16 | 68.57 | 0.63 | 0.56 |
| Hex | C2 | D6 | 4A | 9 | 0 | 41 | 10 | 45 | 3F | 38 |
| Octal | 302 | 326 | 112 | 11 | 0 | 101 | 20 | 105 | 77 | 70 |
| Binary | 11000010 | 11010110 | 1001010 | 1001 | 0 | 1000001 | 10000 | 1000101 | 111111 | 111000 |
Color Harmonies of #C2D64A
Complementary color
Monochromatic Colors of #C2D64A
Black with #C2D64A
Text Example
Text Example
White with #C2D64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D64A; }
p { color: rgb(194,214,74); }
H1.HeaderClassName
{
color: #C2D64A;
}
.AnyTagClassName
{
color: #C2D64A;
}
</style>
background-color css
<style>
a { background-color: #C2D64A; }
a { background-color: rgb(194,214,74); }
div.DivClassName
{
background-color: #C2D64A;
}
.BgClassName
{
background-color: #C2D64A;
}
</style>
border-color css
<style>
span { border-color: #C2D64A; }
span { border-color: rgb(194,214,74); }
td.TdClassName
{
border-color: #C2D64A;
}
.TagClassName
{
border-color: #C2D64A;
}
</style>