Shades of Las Palmas #C1EE3D
Tints of Las Palmas #C1EE3D
RGB
CMYK
RGB Variations
Color information
#C1EE3D (or 0xC1EE3D) is known color: Las Palmas. HEX triplet: C1, EE and 3D. RGB value is (193,238,61). Sum of RGB (Red+Green+Blue) = 193+238+61=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 61 (24.22% from 255 or 12.40% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #C1EE3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EE3D is #3E11C2. Grayscale: #CDCDCD. Windows color (decimal): -4067779 or 4058817. OLE color: 4058817.
HSL color Cylindrical-coordinate representation of color #C1EE3D: hue angle of 75.25º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1EE3D is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 238 | 61 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.07 |
| HSL | 75.25º | 0.84% | 0.59% | - |
| HSV(B) | 75.25º | 0.74% | 0.93% | - |
| XYZ | 53.41 | 72.82 | 15.66 | - |
| YUV | 204.37 | 47.09 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 238 | 61 | 0.19 | 0 | 0.74 | 0.07 | 75.25 | 0.84 | 0.59 |
| Hex | C1 | EE | 3D | 13 | 0 | 4A | 7 | 4B | 54 | 3B |
| Octal | 301 | 356 | 75 | 23 | 0 | 112 | 7 | 113 | 124 | 73 |
| Binary | 11000001 | 11101110 | 111101 | 10011 | 0 | 1001010 | 111 | 1001011 | 1010100 | 111011 |
Color Harmonies of #C1EE3D
Complementary color
Monochromatic Colors of #C1EE3D
Black with #C1EE3D
Text Example
Text Example
White with #C1EE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EE3D; }
p { color: rgb(193,238,61); }
H1.HeaderClassName
{
color: #C1EE3D;
}
.AnyTagClassName
{
color: #C1EE3D;
}
</style>
background-color css
<style>
a { background-color: #C1EE3D; }
a { background-color: rgb(193,238,61); }
div.DivClassName
{
background-color: #C1EE3D;
}
.BgClassName
{
background-color: #C1EE3D;
}
</style>
border-color css
<style>
span { border-color: #C1EE3D; }
span { border-color: rgb(193,238,61); }
td.TdClassName
{
border-color: #C1EE3D;
}
.TagClassName
{
border-color: #C1EE3D;
}
</style>