Shades of Las Palmas #C9E74C
Tints of Las Palmas #C9E74C
RGB
CMYK
RGB Variations
Color information
#C9E74C (or 0xC9E74C) is known color: Las Palmas. HEX triplet: C9, E7 and 4C. RGB value is (201,231,76). Sum of RGB (Red+Green+Blue) = 201+231+76=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 76 (30.08% from 255 or 14.96% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #C9E74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9E74C is #3618B3. Grayscale: #CCCCCC. Windows color (decimal): -3545268 or 5040073. OLE color: 5040073.
HSL color Cylindrical-coordinate representation of color #C9E74C: hue angle of 71.61º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9E74C is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 231 | 76 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.09 |
| HSL | 71.61º | 0.76% | 0.6% | - |
| HSV(B) | 71.61º | 0.67% | 0.91% | - |
| XYZ | 53.97 | 70.09 | 17.52 | - |
| YUV | 204.36 | 55.56 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 231 | 76 | 0.13 | 0 | 0.67 | 0.09 | 71.61 | 0.76 | 0.6 |
| Hex | C9 | E7 | 4C | D | 0 | 43 | 9 | 48 | 4C | 3C |
| Octal | 311 | 347 | 114 | 15 | 0 | 103 | 11 | 110 | 114 | 74 |
| Binary | 11001001 | 11100111 | 1001100 | 1101 | 0 | 1000011 | 1001 | 1001000 | 1001100 | 111100 |
Color Harmonies of #C9E74C
Complementary color
Monochromatic Colors of #C9E74C
Black with #C9E74C
Text Example
Text Example
White with #C9E74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E74C; }
p { color: rgb(201,231,76); }
H1.HeaderClassName
{
color: #C9E74C;
}
.AnyTagClassName
{
color: #C9E74C;
}
</style>
background-color css
<style>
a { background-color: #C9E74C; }
a { background-color: rgb(201,231,76); }
div.DivClassName
{
background-color: #C9E74C;
}
.BgClassName
{
background-color: #C9E74C;
}
</style>
border-color css
<style>
span { border-color: #C9E74C; }
span { border-color: rgb(201,231,76); }
td.TdClassName
{
border-color: #C9E74C;
}
.TagClassName
{
border-color: #C9E74C;
}
</style>