Shades of Las Palmas #C8D634
Tints of Las Palmas #C8D634
RGB
CMYK
RGB Variations
Color information
#C8D634 (or 0xC8D634) is known color: Las Palmas. HEX triplet: C8, D6 and 34. RGB value is (200,214,52). Sum of RGB (Red+Green+Blue) = 200+214+52=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D634 is #3729CB. Grayscale: #BFBFBF. Windows color (decimal): -3615180 or 3462856. OLE color: 3462856.
HSL color Cylindrical-coordinate representation of color #C8D634: hue angle of 65.19º degrees, saturation: 0.66, 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 #C8D634 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 52 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.16 |
| HSL | 65.19º | 0.66% | 0.52% | - |
| HSV(B) | 65.19º | 0.76% | 0.84% | - |
| XYZ | 48.49 | 60.62 | 12.39 | - |
| YUV | 191.35 | 49.36 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 52 | 0.07 | 0 | 0.76 | 0.16 | 65.19 | 0.66 | 0.52 |
| Hex | C8 | D6 | 34 | 7 | 0 | 4C | 10 | 41 | 42 | 34 |
| Octal | 310 | 326 | 64 | 7 | 0 | 114 | 20 | 101 | 102 | 64 |
| Binary | 11001000 | 11010110 | 110100 | 111 | 0 | 1001100 | 10000 | 1000001 | 1000010 | 110100 |
Color Harmonies of #C8D634
Complementary color
Monochromatic Colors of #C8D634
Black with #C8D634
Text Example
Text Example
White with #C8D634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D634; }
p { color: rgb(200,214,52); }
H1.HeaderClassName
{
color: #C8D634;
}
.AnyTagClassName
{
color: #C8D634;
}
</style>
background-color css
<style>
a { background-color: #C8D634; }
a { background-color: rgb(200,214,52); }
div.DivClassName
{
background-color: #C8D634;
}
.BgClassName
{
background-color: #C8D634;
}
</style>
border-color css
<style>
span { border-color: #C8D634; }
span { border-color: rgb(200,214,52); }
td.TdClassName
{
border-color: #C8D634;
}
.TagClassName
{
border-color: #C8D634;
}
</style>