Shades of Las Palmas #C1E93B
Tints of Las Palmas #C1E93B
RGB
CMYK
RGB Variations
Color information
#C1E93B (or 0xC1E93B) is known color: Las Palmas. HEX triplet: C1, E9 and 3B. RGB value is (193,233,59). Sum of RGB (Red+Green+Blue) = 193+233+59=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 59 (23.44% from 255 or 12.16% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #C1E93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1E93B is #3E16C4. Grayscale: #C9C9C9. Windows color (decimal): -4069061 or 3926465. OLE color: 3926465.
HSL color Cylindrical-coordinate representation of color #C1E93B: hue angle of 73.79º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1E93B is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 233 | 59 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.09 |
| HSL | 73.79º | 0.8% | 0.57% | - |
| HSV(B) | 73.79º | 0.75% | 0.91% | - |
| XYZ | 51.92 | 69.93 | 14.9 | - |
| YUV | 201.2 | 47.75 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 233 | 59 | 0.17 | 0 | 0.75 | 0.09 | 73.79 | 0.8 | 0.57 |
| Hex | C1 | E9 | 3B | 11 | 0 | 4B | 9 | 4A | 50 | 39 |
| Octal | 301 | 351 | 73 | 21 | 0 | 113 | 11 | 112 | 120 | 71 |
| Binary | 11000001 | 11101001 | 111011 | 10001 | 0 | 1001011 | 1001 | 1001010 | 1010000 | 111001 |
Color Harmonies of #C1E93B
Complementary color
Monochromatic Colors of #C1E93B
Black with #C1E93B
Text Example
Text Example
White with #C1E93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E93B; }
p { color: rgb(193,233,59); }
H1.HeaderClassName
{
color: #C1E93B;
}
.AnyTagClassName
{
color: #C1E93B;
}
</style>
background-color css
<style>
a { background-color: #C1E93B; }
a { background-color: rgb(193,233,59); }
div.DivClassName
{
background-color: #C1E93B;
}
.BgClassName
{
background-color: #C1E93B;
}
</style>
border-color css
<style>
span { border-color: #C1E93B; }
span { border-color: rgb(193,233,59); }
td.TdClassName
{
border-color: #C1E93B;
}
.TagClassName
{
border-color: #C1E93B;
}
</style>