Shades of Las Palmas #CFE146
Tints of Las Palmas #CFE146
RGB
CMYK
RGB Variations
Color information
#CFE146 (or 0xCFE146) is known color: Las Palmas. HEX triplet: CF, E1 and 46. RGB value is (207,225,70). Sum of RGB (Red+Green+Blue) = 207+225+70=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 70 (27.73% from 255 or 13.94% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE146 is #301EB9. Grayscale: #CACACA. Windows color (decimal): -3153594 or 4645327. OLE color: 4645327.
HSL color Cylindrical-coordinate representation of color #CFE146: hue angle of 66.97º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFE146 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 70 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.12 |
| HSL | 66.97º | 0.72% | 0.58% | - |
| HSV(B) | 66.97º | 0.69% | 0.88% | - |
| XYZ | 53.76 | 67.56 | 16 | - |
| YUV | 201.95 | 53.54 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 70 | 0.08 | 0 | 0.69 | 0.12 | 66.97 | 0.72 | 0.58 |
| Hex | CF | E1 | 46 | 8 | 0 | 45 | C | 43 | 48 | 3A |
| Octal | 317 | 341 | 106 | 10 | 0 | 105 | 14 | 103 | 110 | 72 |
| Binary | 11001111 | 11100001 | 1000110 | 1000 | 0 | 1000101 | 1100 | 1000011 | 1001000 | 111010 |
Color Harmonies of #CFE146
Complementary color
Monochromatic Colors of #CFE146
Black with #CFE146
Text Example
Text Example
White with #CFE146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE146; }
p { color: rgb(207,225,70); }
H1.HeaderClassName
{
color: #CFE146;
}
.AnyTagClassName
{
color: #CFE146;
}
</style>
background-color css
<style>
a { background-color: #CFE146; }
a { background-color: rgb(207,225,70); }
div.DivClassName
{
background-color: #CFE146;
}
.BgClassName
{
background-color: #CFE146;
}
</style>
border-color css
<style>
span { border-color: #CFE146; }
span { border-color: rgb(207,225,70); }
td.TdClassName
{
border-color: #CFE146;
}
.TagClassName
{
border-color: #CFE146;
}
</style>