Shades of Las Palmas #C0DF3F
Tints of Las Palmas #C0DF3F
RGB
CMYK
RGB Variations
Color information
#C0DF3F (or 0xC0DF3F) is known color: Las Palmas. HEX triplet: C0, DF and 3F. RGB value is (192,223,63). Sum of RGB (Red+Green+Blue) = 192+223+63=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 63 (25% from 255 or 13.18% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DF3F is #3F20C0. Grayscale: #C4C4C4. Windows color (decimal): -4137153 or 4186048. OLE color: 4186048.
HSL color Cylindrical-coordinate representation of color #C0DF3F: hue angle of 71.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0DF3F is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 63 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.13 |
| HSL | 71.63º | 0.71% | 0.56% | - |
| HSV(B) | 71.63º | 0.72% | 0.87% | - |
| XYZ | 49.02 | 64.34 | 14.54 | - |
| YUV | 195.49 | 53.23 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 63 | 0.14 | 0 | 0.72 | 0.13 | 71.63 | 0.71 | 0.56 |
| Hex | C0 | DF | 3F | E | 0 | 48 | D | 48 | 47 | 38 |
| Octal | 300 | 337 | 77 | 16 | 0 | 110 | 15 | 110 | 107 | 70 |
| Binary | 11000000 | 11011111 | 111111 | 1110 | 0 | 1001000 | 1101 | 1001000 | 1000111 | 111000 |
Color Harmonies of #C0DF3F
Complementary color
Monochromatic Colors of #C0DF3F
Black with #C0DF3F
Text Example
Text Example
White with #C0DF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF3F; }
p { color: rgb(192,223,63); }
H1.HeaderClassName
{
color: #C0DF3F;
}
.AnyTagClassName
{
color: #C0DF3F;
}
</style>
background-color css
<style>
a { background-color: #C0DF3F; }
a { background-color: rgb(192,223,63); }
div.DivClassName
{
background-color: #C0DF3F;
}
.BgClassName
{
background-color: #C0DF3F;
}
</style>
border-color css
<style>
span { border-color: #C0DF3F; }
span { border-color: rgb(192,223,63); }
td.TdClassName
{
border-color: #C0DF3F;
}
.TagClassName
{
border-color: #C0DF3F;
}
</style>