Shades of Las Palmas #C3EF3C
Tints of Las Palmas #C3EF3C
RGB
CMYK
RGB Variations
Color information
#C3EF3C (or 0xC3EF3C) is known color: Las Palmas. HEX triplet: C3, EF and 3C. RGB value is (195,239,60). Sum of RGB (Red+Green+Blue) = 195+239+60=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 60 (23.83% from 255 or 12.15% from 494); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3EF3C is #3C10C3. Grayscale: #CECECE. Windows color (decimal): -3936452 or 3993539. OLE color: 3993539.
HSL color Cylindrical-coordinate representation of color #C3EF3C: hue angle of 74.75º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3EF3C is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 239 | 60 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.06 |
| HSL | 74.75º | 0.85% | 0.59% | - |
| HSV(B) | 74.75º | 0.75% | 0.94% | - |
| XYZ | 54.19 | 73.66 | 15.64 | - |
| YUV | 205.44 | 45.92 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 60 | 0.18 | 0 | 0.75 | 0.06 | 74.75 | 0.85 | 0.59 |
| Hex | C3 | EF | 3C | 12 | 0 | 4B | 6 | 4B | 55 | 3B |
| Octal | 303 | 357 | 74 | 22 | 0 | 113 | 6 | 113 | 125 | 73 |
| Binary | 11000011 | 11101111 | 111100 | 10010 | 0 | 1001011 | 110 | 1001011 | 1010101 | 111011 |
Color Harmonies of #C3EF3C
Complementary color
Monochromatic Colors of #C3EF3C
Black with #C3EF3C
Text Example
Text Example
White with #C3EF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EF3C; }
p { color: rgb(195,239,60); }
H1.HeaderClassName
{
color: #C3EF3C;
}
.AnyTagClassName
{
color: #C3EF3C;
}
</style>
background-color css
<style>
a { background-color: #C3EF3C; }
a { background-color: rgb(195,239,60); }
div.DivClassName
{
background-color: #C3EF3C;
}
.BgClassName
{
background-color: #C3EF3C;
}
</style>
border-color css
<style>
span { border-color: #C3EF3C; }
span { border-color: rgb(195,239,60); }
td.TdClassName
{
border-color: #C3EF3C;
}
.TagClassName
{
border-color: #C3EF3C;
}
</style>