Shades of Las Palmas #C3EF3D
Tints of Las Palmas #C3EF3D
RGB
CMYK
RGB Variations
Color information
#C3EF3D (or 0xC3EF3D) is known color: Las Palmas. HEX triplet: C3, EF and 3D. RGB value is (195,239,61). Sum of RGB (Red+Green+Blue) = 195+239+61=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 61 (24.22% from 255 or 12.32% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EF3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3EF3D is #3C10C2. Grayscale: #CECECE. Windows color (decimal): -3936451 or 4059075. OLE color: 4059075.
HSL color Cylindrical-coordinate representation of color #C3EF3D: hue angle of 74.83º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3EF3D is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 239 | 61 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.06 |
| HSL | 74.83º | 0.85% | 0.59% | - |
| HSV(B) | 74.83º | 0.74% | 0.94% | - |
| XYZ | 54.21 | 73.67 | 15.78 | - |
| YUV | 205.55 | 46.42 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 61 | 0.18 | 0 | 0.74 | 0.06 | 74.83 | 0.85 | 0.59 |
| Hex | C3 | EF | 3D | 12 | 0 | 4A | 6 | 4B | 55 | 3B |
| Octal | 303 | 357 | 75 | 22 | 0 | 112 | 6 | 113 | 125 | 73 |
| Binary | 11000011 | 11101111 | 111101 | 10010 | 0 | 1001010 | 110 | 1001011 | 1010101 | 111011 |
Color Harmonies of #C3EF3D
Complementary color
Monochromatic Colors of #C3EF3D
Black with #C3EF3D
Text Example
Text Example
White with #C3EF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EF3D; }
p { color: rgb(195,239,61); }
H1.HeaderClassName
{
color: #C3EF3D;
}
.AnyTagClassName
{
color: #C3EF3D;
}
</style>
background-color css
<style>
a { background-color: #C3EF3D; }
a { background-color: rgb(195,239,61); }
div.DivClassName
{
background-color: #C3EF3D;
}
.BgClassName
{
background-color: #C3EF3D;
}
</style>
border-color css
<style>
span { border-color: #C3EF3D; }
span { border-color: rgb(195,239,61); }
td.TdClassName
{
border-color: #C3EF3D;
}
.TagClassName
{
border-color: #C3EF3D;
}
</style>