Shades of Las Palmas #C3DF2F
Tints of Las Palmas #C3DF2F
RGB
CMYK
RGB Variations
Color information
#C3DF2F (or 0xC3DF2F) is known color: Las Palmas. HEX triplet: C3, DF and 2F. RGB value is (195,223,47). Sum of RGB (Red+Green+Blue) = 195+223+47=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 47 (18.75% from 255 or 10.11% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3DF2F is #3C20D0. Grayscale: #C3C3C3. Windows color (decimal): -3940561 or 3137475. OLE color: 3137475.
HSL color Cylindrical-coordinate representation of color #C3DF2F: hue angle of 69.55º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3DF2F is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 47 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.13 |
| HSL | 69.55º | 0.73% | 0.53% | - |
| HSV(B) | 69.55º | 0.79% | 0.87% | - |
| XYZ | 49.41 | 64.58 | 12.55 | - |
| YUV | 194.56 | 44.72 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 47 | 0.13 | 0 | 0.79 | 0.13 | 69.55 | 0.73 | 0.53 |
| Hex | C3 | DF | 2F | D | 0 | 4F | D | 46 | 49 | 35 |
| Octal | 303 | 337 | 57 | 15 | 0 | 117 | 15 | 106 | 111 | 65 |
| Binary | 11000011 | 11011111 | 101111 | 1101 | 0 | 1001111 | 1101 | 1000110 | 1001001 | 110101 |
Color Harmonies of #C3DF2F
Complementary color
Monochromatic Colors of #C3DF2F
Black with #C3DF2F
Text Example
Text Example
White with #C3DF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DF2F; }
p { color: rgb(195,223,47); }
H1.HeaderClassName
{
color: #C3DF2F;
}
.AnyTagClassName
{
color: #C3DF2F;
}
</style>
background-color css
<style>
a { background-color: #C3DF2F; }
a { background-color: rgb(195,223,47); }
div.DivClassName
{
background-color: #C3DF2F;
}
.BgClassName
{
background-color: #C3DF2F;
}
</style>
border-color css
<style>
span { border-color: #C3DF2F; }
span { border-color: rgb(195,223,47); }
td.TdClassName
{
border-color: #C3DF2F;
}
.TagClassName
{
border-color: #C3DF2F;
}
</style>