Shades of Las Palmas #C3DF30
Tints of Las Palmas #C3DF30
RGB
CMYK
RGB Variations
Color information
#C3DF30 (or 0xC3DF30) is known color: Las Palmas. HEX triplet: C3, DF and 30. RGB value is (195,223,48). Sum of RGB (Red+Green+Blue) = 195+223+48=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3DF30 is #3C20CF. Grayscale: #C3C3C3. Windows color (decimal): -3940560 or 3203011. OLE color: 3203011.
HSL color Cylindrical-coordinate representation of color #C3DF30: hue angle of 69.6º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3DF30 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 48 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.13 |
| HSL | 69.6º | 0.73% | 0.53% | - |
| HSV(B) | 69.6º | 0.78% | 0.87% | - |
| XYZ | 49.43 | 64.59 | 12.66 | - |
| YUV | 194.68 | 45.22 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 48 | 0.13 | 0 | 0.78 | 0.13 | 69.6 | 0.73 | 0.53 |
| Hex | C3 | DF | 30 | D | 0 | 4E | D | 46 | 49 | 35 |
| Octal | 303 | 337 | 60 | 15 | 0 | 116 | 15 | 106 | 111 | 65 |
| Binary | 11000011 | 11011111 | 110000 | 1101 | 0 | 1001110 | 1101 | 1000110 | 1001001 | 110101 |
Color Harmonies of #C3DF30
Complementary color
Monochromatic Colors of #C3DF30
Black with #C3DF30
Text Example
Text Example
White with #C3DF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DF30; }
p { color: rgb(195,223,48); }
H1.HeaderClassName
{
color: #C3DF30;
}
.AnyTagClassName
{
color: #C3DF30;
}
</style>
background-color css
<style>
a { background-color: #C3DF30; }
a { background-color: rgb(195,223,48); }
div.DivClassName
{
background-color: #C3DF30;
}
.BgClassName
{
background-color: #C3DF30;
}
</style>
border-color css
<style>
span { border-color: #C3DF30; }
span { border-color: rgb(195,223,48); }
td.TdClassName
{
border-color: #C3DF30;
}
.TagClassName
{
border-color: #C3DF30;
}
</style>