Shades of Las Palmas #C9E64C
Tints of Las Palmas #C9E64C
RGB
CMYK
RGB Variations
Color information
#C9E64C (or 0xC9E64C) is known color: Las Palmas. HEX triplet: C9, E6 and 4C. RGB value is (201,230,76). Sum of RGB (Red+Green+Blue) = 201+230+76=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #C9E64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9E64C is #3619B3. Grayscale: #CCCCCC. Windows color (decimal): -3545524 or 5039817. OLE color: 5039817.
HSL color Cylindrical-coordinate representation of color #C9E64C: hue angle of 71.3º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9E64C is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 230 | 76 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.10 |
| HSL | 71.3º | 0.75% | 0.6% | - |
| HSV(B) | 71.3º | 0.67% | 0.9% | - |
| XYZ | 53.69 | 69.53 | 17.43 | - |
| YUV | 203.77 | 55.89 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 230 | 76 | 0.13 | 0 | 0.67 | 0.10 | 71.3 | 0.75 | 0.6 |
| Hex | C9 | E6 | 4C | D | 0 | 43 | A | 47 | 4B | 3C |
| Octal | 311 | 346 | 114 | 15 | 0 | 103 | 12 | 107 | 113 | 74 |
| Binary | 11001001 | 11100110 | 1001100 | 1101 | 0 | 1000011 | 1010 | 1000111 | 1001011 | 111100 |
Color Harmonies of #C9E64C
Complementary color
Monochromatic Colors of #C9E64C
Black with #C9E64C
Text Example
Text Example
White with #C9E64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E64C; }
p { color: rgb(201,230,76); }
H1.HeaderClassName
{
color: #C9E64C;
}
.AnyTagClassName
{
color: #C9E64C;
}
</style>
background-color css
<style>
a { background-color: #C9E64C; }
a { background-color: rgb(201,230,76); }
div.DivClassName
{
background-color: #C9E64C;
}
.BgClassName
{
background-color: #C9E64C;
}
</style>
border-color css
<style>
span { border-color: #C9E64C; }
span { border-color: rgb(201,230,76); }
td.TdClassName
{
border-color: #C9E64C;
}
.TagClassName
{
border-color: #C9E64C;
}
</style>