Shades of Las Palmas #C4D038
Tints of Las Palmas #C4D038
RGB
CMYK
RGB Variations
Color information
#C4D038 (or 0xC4D038) is known color: Las Palmas. HEX triplet: C4, D0 and 38. RGB value is (196,208,56). Sum of RGB (Red+Green+Blue) = 196+208+56=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D038 is #3B2FC7. Grayscale: #BBBBBB. Windows color (decimal): -3878856 or 3723460. OLE color: 3723460.
HSL color Cylindrical-coordinate representation of color #C4D038: hue angle of 64.74º degrees, saturation: 0.62, 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 #C4D038 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 56 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.18 |
| HSL | 64.74º | 0.62% | 0.52% | - |
| HSV(B) | 64.74º | 0.73% | 0.82% | - |
| XYZ | 46.03 | 57.13 | 12.34 | - |
| YUV | 187.08 | 54.02 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 56 | 0.06 | 0 | 0.73 | 0.18 | 64.74 | 0.62 | 0.52 |
| Hex | C4 | D0 | 38 | 6 | 0 | 49 | 12 | 41 | 3E | 34 |
| Octal | 304 | 320 | 70 | 6 | 0 | 111 | 22 | 101 | 76 | 64 |
| Binary | 11000100 | 11010000 | 111000 | 110 | 0 | 1001001 | 10010 | 1000001 | 111110 | 110100 |
Color Harmonies of #C4D038
Complementary color
Monochromatic Colors of #C4D038
Black with #C4D038
Text Example
Text Example
White with #C4D038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D038; }
p { color: rgb(196,208,56); }
H1.HeaderClassName
{
color: #C4D038;
}
.AnyTagClassName
{
color: #C4D038;
}
</style>
background-color css
<style>
a { background-color: #C4D038; }
a { background-color: rgb(196,208,56); }
div.DivClassName
{
background-color: #C4D038;
}
.BgClassName
{
background-color: #C4D038;
}
</style>
border-color css
<style>
span { border-color: #C4D038; }
span { border-color: rgb(196,208,56); }
td.TdClassName
{
border-color: #C4D038;
}
.TagClassName
{
border-color: #C4D038;
}
</style>