Shades of Las Palmas #C9E238
Tints of Las Palmas #C9E238
RGB
CMYK
RGB Variations
Color information
#C9E238 (or 0xC9E238) is known color: Las Palmas. HEX triplet: C9, E2 and 38. RGB value is (201,226,56). Sum of RGB (Red+Green+Blue) = 201+226+56=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 56 (22.27% from 255 or 11.59% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #C9E238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E238 is #361DC7. Grayscale: #C7C7C7. Windows color (decimal): -3546568 or 3728073. OLE color: 3728073.
HSL color Cylindrical-coordinate representation of color #C9E238: hue angle of 68.82º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9E238 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 226 | 56 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.11 |
| HSL | 68.82º | 0.75% | 0.55% | - |
| HSV(B) | 68.82º | 0.75% | 0.89% | - |
| XYZ | 52 | 67.1 | 13.95 | - |
| YUV | 199.15 | 47.22 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 226 | 56 | 0.11 | 0 | 0.75 | 0.11 | 68.82 | 0.75 | 0.55 |
| Hex | C9 | E2 | 38 | B | 0 | 4B | B | 45 | 4B | 37 |
| Octal | 311 | 342 | 70 | 13 | 0 | 113 | 13 | 105 | 113 | 67 |
| Binary | 11001001 | 11100010 | 111000 | 1011 | 0 | 1001011 | 1011 | 1000101 | 1001011 | 110111 |
Color Harmonies of #C9E238
Complementary color
Monochromatic Colors of #C9E238
Black with #C9E238
Text Example
Text Example
White with #C9E238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E238; }
p { color: rgb(201,226,56); }
H1.HeaderClassName
{
color: #C9E238;
}
.AnyTagClassName
{
color: #C9E238;
}
</style>
background-color css
<style>
a { background-color: #C9E238; }
a { background-color: rgb(201,226,56); }
div.DivClassName
{
background-color: #C9E238;
}
.BgClassName
{
background-color: #C9E238;
}
</style>
border-color css
<style>
span { border-color: #C9E238; }
span { border-color: rgb(201,226,56); }
td.TdClassName
{
border-color: #C9E238;
}
.TagClassName
{
border-color: #C9E238;
}
</style>