Shades of Las Palmas #C4D238
Tints of Las Palmas #C4D238
RGB
CMYK
RGB Variations
Color information
#C4D238 (or 0xC4D238) is known color: Las Palmas. HEX triplet: C4, D2 and 38. RGB value is (196,210,56). Sum of RGB (Red+Green+Blue) = 196+210+56=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 56 (22.27% from 255 or 12.12% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D238 is #3B2DC7. Grayscale: #BCBCBC. Windows color (decimal): -3878344 or 3723972. OLE color: 3723972.
HSL color Cylindrical-coordinate representation of color #C4D238: hue angle of 65.45º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4D238 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 210 | 56 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.18 |
| HSL | 65.45º | 0.63% | 0.52% | - |
| HSV(B) | 65.45º | 0.73% | 0.82% | - |
| XYZ | 46.53 | 58.11 | 12.51 | - |
| YUV | 188.26 | 53.36 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 56 | 0.07 | 0 | 0.73 | 0.18 | 65.45 | 0.63 | 0.52 |
| Hex | C4 | D2 | 38 | 7 | 0 | 49 | 12 | 41 | 3F | 34 |
| Octal | 304 | 322 | 70 | 7 | 0 | 111 | 22 | 101 | 77 | 64 |
| Binary | 11000100 | 11010010 | 111000 | 111 | 0 | 1001001 | 10010 | 1000001 | 111111 | 110100 |
Color Harmonies of #C4D238
Complementary color
Monochromatic Colors of #C4D238
Black with #C4D238
Text Example
Text Example
White with #C4D238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D238; }
p { color: rgb(196,210,56); }
H1.HeaderClassName
{
color: #C4D238;
}
.AnyTagClassName
{
color: #C4D238;
}
</style>
background-color css
<style>
a { background-color: #C4D238; }
a { background-color: rgb(196,210,56); }
div.DivClassName
{
background-color: #C4D238;
}
.BgClassName
{
background-color: #C4D238;
}
</style>
border-color css
<style>
span { border-color: #C4D238; }
span { border-color: rgb(196,210,56); }
td.TdClassName
{
border-color: #C4D238;
}
.TagClassName
{
border-color: #C4D238;
}
</style>