Shades of Las Palmas #C9EF4B
Tints of Las Palmas #C9EF4B
RGB
CMYK
RGB Variations
Color information
#C9EF4B (or 0xC9EF4B) is known color: Las Palmas. HEX triplet: C9, EF and 4B. RGB value is (201,239,75). Sum of RGB (Red+Green+Blue) = 201+239+75=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 75 (29.69% from 255 or 14.56% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EF4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9EF4B is #3610B4. Grayscale: #D1D1D1. Windows color (decimal): -3543221 or 4976585. OLE color: 4976585.
HSL color Cylindrical-coordinate representation of color #C9EF4B: hue angle of 73.9º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9EF4B is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 239 | 75 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.06 |
| HSL | 73.9º | 0.84% | 0.62% | - |
| HSV(B) | 73.9º | 0.69% | 0.94% | - |
| XYZ | 56.22 | 74.66 | 18.1 | - |
| YUV | 208.94 | 52.41 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 75 | 0.16 | 0 | 0.69 | 0.06 | 73.9 | 0.84 | 0.62 |
| Hex | C9 | EF | 4B | 10 | 0 | 45 | 6 | 4A | 54 | 3E |
| Octal | 311 | 357 | 113 | 20 | 0 | 105 | 6 | 112 | 124 | 76 |
| Binary | 11001001 | 11101111 | 1001011 | 10000 | 0 | 1000101 | 110 | 1001010 | 1010100 | 111110 |
Color Harmonies of #C9EF4B
Complementary color
Monochromatic Colors of #C9EF4B
Black with #C9EF4B
Text Example
Text Example
White with #C9EF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EF4B; }
p { color: rgb(201,239,75); }
H1.HeaderClassName
{
color: #C9EF4B;
}
.AnyTagClassName
{
color: #C9EF4B;
}
</style>
background-color css
<style>
a { background-color: #C9EF4B; }
a { background-color: rgb(201,239,75); }
div.DivClassName
{
background-color: #C9EF4B;
}
.BgClassName
{
background-color: #C9EF4B;
}
</style>
border-color css
<style>
span { border-color: #C9EF4B; }
span { border-color: rgb(201,239,75); }
td.TdClassName
{
border-color: #C9EF4B;
}
.TagClassName
{
border-color: #C9EF4B;
}
</style>