Shades of Las Palmas #C0D843
Tints of Las Palmas #C0D843
RGB
CMYK
RGB Variations
Color information
#C0D843 (or 0xC0D843) is known color: Las Palmas. HEX triplet: C0, D8 and 43. RGB value is (192,216,67). Sum of RGB (Red+Green+Blue) = 192+216+67=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 67 (26.56% from 255 or 14.11% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D843 is #3F27BC. Grayscale: #C0C0C0. Windows color (decimal): -4138941 or 4446400. OLE color: 4446400.
HSL color Cylindrical-coordinate representation of color #C0D843: hue angle of 69.66º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0D843 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 67 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.15 |
| HSL | 69.66º | 0.66% | 0.55% | - |
| HSV(B) | 69.66º | 0.69% | 0.85% | - |
| XYZ | 47.31 | 60.72 | 14.54 | - |
| YUV | 191.84 | 57.55 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 67 | 0.11 | 0 | 0.69 | 0.15 | 69.66 | 0.66 | 0.55 |
| Hex | C0 | D8 | 43 | B | 0 | 45 | F | 46 | 42 | 37 |
| Octal | 300 | 330 | 103 | 13 | 0 | 105 | 17 | 106 | 102 | 67 |
| Binary | 11000000 | 11011000 | 1000011 | 1011 | 0 | 1000101 | 1111 | 1000110 | 1000010 | 110111 |
Color Harmonies of #C0D843
Complementary color
Monochromatic Colors of #C0D843
Black with #C0D843
Text Example
Text Example
White with #C0D843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D843; }
p { color: rgb(192,216,67); }
H1.HeaderClassName
{
color: #C0D843;
}
.AnyTagClassName
{
color: #C0D843;
}
</style>
background-color css
<style>
a { background-color: #C0D843; }
a { background-color: rgb(192,216,67); }
div.DivClassName
{
background-color: #C0D843;
}
.BgClassName
{
background-color: #C0D843;
}
</style>
border-color css
<style>
span { border-color: #C0D843; }
span { border-color: rgb(192,216,67); }
td.TdClassName
{
border-color: #C0D843;
}
.TagClassName
{
border-color: #C0D843;
}
</style>