Shades of Las Palmas #C0DF46
Tints of Las Palmas #C0DF46
RGB
CMYK
RGB Variations
Color information
#C0DF46 (or 0xC0DF46) is known color: Las Palmas. HEX triplet: C0, DF and 46. RGB value is (192,223,70). Sum of RGB (Red+Green+Blue) = 192+223+70=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DF46 is #3F20B9. Grayscale: #C4C4C4. Windows color (decimal): -4137146 or 4644800. OLE color: 4644800.
HSL color Cylindrical-coordinate representation of color #C0DF46: hue angle of 72.16º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0DF46 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 70 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.13 |
| HSL | 72.16º | 0.71% | 0.57% | - |
| HSV(B) | 72.16º | 0.69% | 0.87% | - |
| XYZ | 49.23 | 64.42 | 15.63 | - |
| YUV | 196.29 | 56.73 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 70 | 0.14 | 0 | 0.69 | 0.13 | 72.16 | 0.71 | 0.57 |
| Hex | C0 | DF | 46 | E | 0 | 45 | D | 48 | 47 | 39 |
| Octal | 300 | 337 | 106 | 16 | 0 | 105 | 15 | 110 | 107 | 71 |
| Binary | 11000000 | 11011111 | 1000110 | 1110 | 0 | 1000101 | 1101 | 1001000 | 1000111 | 111001 |
Color Harmonies of #C0DF46
Complementary color
Monochromatic Colors of #C0DF46
Black with #C0DF46
Text Example
Text Example
White with #C0DF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF46; }
p { color: rgb(192,223,70); }
H1.HeaderClassName
{
color: #C0DF46;
}
.AnyTagClassName
{
color: #C0DF46;
}
</style>
background-color css
<style>
a { background-color: #C0DF46; }
a { background-color: rgb(192,223,70); }
div.DivClassName
{
background-color: #C0DF46;
}
.BgClassName
{
background-color: #C0DF46;
}
</style>
border-color css
<style>
span { border-color: #C0DF46; }
span { border-color: rgb(192,223,70); }
td.TdClassName
{
border-color: #C0DF46;
}
.TagClassName
{
border-color: #C0DF46;
}
</style>