Shades of Las Palmas #C8E133
Tints of Las Palmas #C8E133
RGB
CMYK
RGB Variations
Color information
#C8E133 (or 0xC8E133) is known color: Las Palmas. HEX triplet: C8, E1 and 33. RGB value is (200,225,51). Sum of RGB (Red+Green+Blue) = 200+225+51=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 51 (20.31% from 255 or 10.71% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E133 is #371ECC. Grayscale: #C6C6C6. Windows color (decimal): -3612365 or 3400136. OLE color: 3400136.
HSL color Cylindrical-coordinate representation of color #C8E133: hue angle of 68.62º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8E133 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 51 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.12 |
| HSL | 68.62º | 0.74% | 0.54% | - |
| HSV(B) | 68.62º | 0.77% | 0.88% | - |
| XYZ | 51.34 | 66.37 | 13.24 | - |
| YUV | 197.69 | 45.22 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 51 | 0.11 | 0 | 0.77 | 0.12 | 68.62 | 0.74 | 0.54 |
| Hex | C8 | E1 | 33 | B | 0 | 4D | C | 45 | 4A | 36 |
| Octal | 310 | 341 | 63 | 13 | 0 | 115 | 14 | 105 | 112 | 66 |
| Binary | 11001000 | 11100001 | 110011 | 1011 | 0 | 1001101 | 1100 | 1000101 | 1001010 | 110110 |
Color Harmonies of #C8E133
Complementary color
Monochromatic Colors of #C8E133
Black with #C8E133
Text Example
Text Example
White with #C8E133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E133; }
p { color: rgb(200,225,51); }
H1.HeaderClassName
{
color: #C8E133;
}
.AnyTagClassName
{
color: #C8E133;
}
</style>
background-color css
<style>
a { background-color: #C8E133; }
a { background-color: rgb(200,225,51); }
div.DivClassName
{
background-color: #C8E133;
}
.BgClassName
{
background-color: #C8E133;
}
</style>
border-color css
<style>
span { border-color: #C8E133; }
span { border-color: rgb(200,225,51); }
td.TdClassName
{
border-color: #C8E133;
}
.TagClassName
{
border-color: #C8E133;
}
</style>