Shades of Las Palmas #C6E74A
Tints of Las Palmas #C6E74A
RGB
CMYK
RGB Variations
Color information
#C6E74A (or 0xC6E74A) is known color: Las Palmas. HEX triplet: C6, E7 and 4A. RGB value is (198,231,74). Sum of RGB (Red+Green+Blue) = 198+231+74=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 231 - color contains mainly: green. Hex color #C6E74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6E74A is #3918B5. Grayscale: #CBCBCB. Windows color (decimal): -3741878 or 4908998. OLE color: 4908998.
HSL color Cylindrical-coordinate representation of color #C6E74A: hue angle of 72.61º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6E74A is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 231 | 74 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.09 |
| HSL | 72.61º | 0.77% | 0.6% | - |
| HSV(B) | 72.61º | 0.68% | 0.91% | - |
| XYZ | 53.1 | 69.65 | 17.12 | - |
| YUV | 203.24 | 55.07 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 231 | 74 | 0.14 | 0 | 0.68 | 0.09 | 72.61 | 0.77 | 0.6 |
| Hex | C6 | E7 | 4A | E | 0 | 44 | 9 | 49 | 4D | 3C |
| Octal | 306 | 347 | 112 | 16 | 0 | 104 | 11 | 111 | 115 | 74 |
| Binary | 11000110 | 11100111 | 1001010 | 1110 | 0 | 1000100 | 1001 | 1001001 | 1001101 | 111100 |
Color Harmonies of #C6E74A
Complementary color
Monochromatic Colors of #C6E74A
Black with #C6E74A
Text Example
Text Example
White with #C6E74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E74A; }
p { color: rgb(198,231,74); }
H1.HeaderClassName
{
color: #C6E74A;
}
.AnyTagClassName
{
color: #C6E74A;
}
</style>
background-color css
<style>
a { background-color: #C6E74A; }
a { background-color: rgb(198,231,74); }
div.DivClassName
{
background-color: #C6E74A;
}
.BgClassName
{
background-color: #C6E74A;
}
</style>
border-color css
<style>
span { border-color: #C6E74A; }
span { border-color: rgb(198,231,74); }
td.TdClassName
{
border-color: #C6E74A;
}
.TagClassName
{
border-color: #C6E74A;
}
</style>