Shades of Las Palmas #C3ED3D
Tints of Las Palmas #C3ED3D
RGB
CMYK
RGB Variations
Color information
#C3ED3D (or 0xC3ED3D) is known color: Las Palmas. HEX triplet: C3, ED and 3D. RGB value is (195,237,61). Sum of RGB (Red+Green+Blue) = 195+237+61=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #C3ED3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3ED3D is #3C12C2. Grayscale: #CDCDCD. Windows color (decimal): -3936963 or 4058563. OLE color: 4058563.
HSL color Cylindrical-coordinate representation of color #C3ED3D: hue angle of 74.32º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3ED3D is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 237 | 61 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.07 |
| HSL | 74.32º | 0.83% | 0.58% | - |
| HSV(B) | 74.32º | 0.74% | 0.93% | - |
| XYZ | 53.63 | 72.51 | 15.58 | - |
| YUV | 204.38 | 47.09 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 237 | 61 | 0.18 | 0 | 0.74 | 0.07 | 74.32 | 0.83 | 0.58 |
| Hex | C3 | ED | 3D | 12 | 0 | 4A | 7 | 4A | 53 | 3A |
| Octal | 303 | 355 | 75 | 22 | 0 | 112 | 7 | 112 | 123 | 72 |
| Binary | 11000011 | 11101101 | 111101 | 10010 | 0 | 1001010 | 111 | 1001010 | 1010011 | 111010 |
Color Harmonies of #C3ED3D
Complementary color
Monochromatic Colors of #C3ED3D
Black with #C3ED3D
Text Example
Text Example
White with #C3ED3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ED3D; }
p { color: rgb(195,237,61); }
H1.HeaderClassName
{
color: #C3ED3D;
}
.AnyTagClassName
{
color: #C3ED3D;
}
</style>
background-color css
<style>
a { background-color: #C3ED3D; }
a { background-color: rgb(195,237,61); }
div.DivClassName
{
background-color: #C3ED3D;
}
.BgClassName
{
background-color: #C3ED3D;
}
</style>
border-color css
<style>
span { border-color: #C3ED3D; }
span { border-color: rgb(195,237,61); }
td.TdClassName
{
border-color: #C3ED3D;
}
.TagClassName
{
border-color: #C3ED3D;
}
</style>