Shades of Las Palmas #CFE142
Tints of Las Palmas #CFE142
RGB
CMYK
RGB Variations
Color information
#CFE142 (or 0xCFE142) is known color: Las Palmas. HEX triplet: CF, E1 and 42. RGB value is (207,225,66). Sum of RGB (Red+Green+Blue) = 207+225+66=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE142 is #301EBD. Grayscale: #CACACA. Windows color (decimal): -3153598 or 4383183. OLE color: 4383183.
HSL color Cylindrical-coordinate representation of color #CFE142: hue angle of 66.79º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFE142 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 66 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.12 |
| HSL | 66.79º | 0.73% | 0.57% | - |
| HSV(B) | 66.79º | 0.71% | 0.88% | - |
| XYZ | 53.64 | 67.51 | 15.36 | - |
| YUV | 201.49 | 51.54 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 66 | 0.08 | 0 | 0.71 | 0.12 | 66.79 | 0.73 | 0.57 |
| Hex | CF | E1 | 42 | 8 | 0 | 47 | C | 43 | 49 | 39 |
| Octal | 317 | 341 | 102 | 10 | 0 | 107 | 14 | 103 | 111 | 71 |
| Binary | 11001111 | 11100001 | 1000010 | 1000 | 0 | 1000111 | 1100 | 1000011 | 1001001 | 111001 |
Color Harmonies of #CFE142
Complementary color
Monochromatic Colors of #CFE142
Black with #CFE142
Text Example
Text Example
White with #CFE142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE142; }
p { color: rgb(207,225,66); }
H1.HeaderClassName
{
color: #CFE142;
}
.AnyTagClassName
{
color: #CFE142;
}
</style>
background-color css
<style>
a { background-color: #CFE142; }
a { background-color: rgb(207,225,66); }
div.DivClassName
{
background-color: #CFE142;
}
.BgClassName
{
background-color: #CFE142;
}
</style>
border-color css
<style>
span { border-color: #CFE142; }
span { border-color: rgb(207,225,66); }
td.TdClassName
{
border-color: #CFE142;
}
.TagClassName
{
border-color: #CFE142;
}
</style>