Shades of Las Palmas #C0E93D
Tints of Las Palmas #C0E93D
RGB
CMYK
RGB Variations
Color information
#C0E93D (or 0xC0E93D) is known color: Las Palmas. HEX triplet: C0, E9 and 3D. RGB value is (192,233,61). Sum of RGB (Red+Green+Blue) = 192+233+61=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 61 (24.22% from 255 or 12.55% from 486); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E93D is #3F16C2. Grayscale: #C9C9C9. Windows color (decimal): -4134595 or 4057536. OLE color: 4057536.
HSL color Cylindrical-coordinate representation of color #C0E93D: hue angle of 74.3º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0E93D is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 233 | 61 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.09 |
| HSL | 74.3º | 0.8% | 0.58% | - |
| HSV(B) | 74.3º | 0.74% | 0.91% | - |
| XYZ | 51.72 | 69.82 | 15.17 | - |
| YUV | 201.13 | 48.92 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 233 | 61 | 0.18 | 0 | 0.74 | 0.09 | 74.3 | 0.8 | 0.58 |
| Hex | C0 | E9 | 3D | 12 | 0 | 4A | 9 | 4A | 50 | 3A |
| Octal | 300 | 351 | 75 | 22 | 0 | 112 | 11 | 112 | 120 | 72 |
| Binary | 11000000 | 11101001 | 111101 | 10010 | 0 | 1001010 | 1001 | 1001010 | 1010000 | 111010 |
Color Harmonies of #C0E93D
Complementary color
Monochromatic Colors of #C0E93D
Black with #C0E93D
Text Example
Text Example
White with #C0E93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E93D; }
p { color: rgb(192,233,61); }
H1.HeaderClassName
{
color: #C0E93D;
}
.AnyTagClassName
{
color: #C0E93D;
}
</style>
background-color css
<style>
a { background-color: #C0E93D; }
a { background-color: rgb(192,233,61); }
div.DivClassName
{
background-color: #C0E93D;
}
.BgClassName
{
background-color: #C0E93D;
}
</style>
border-color css
<style>
span { border-color: #C0E93D; }
span { border-color: rgb(192,233,61); }
td.TdClassName
{
border-color: #C0E93D;
}
.TagClassName
{
border-color: #C0E93D;
}
</style>