Shades of Las Palmas #CFE145
Tints of Las Palmas #CFE145
RGB
CMYK
RGB Variations
Color information
#CFE145 (or 0xCFE145) is known color: Las Palmas. HEX triplet: CF, E1 and 45. RGB value is (207,225,69). Sum of RGB (Red+Green+Blue) = 207+225+69=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 69 (27.34% from 255 or 13.77% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE145 is #301EBA. Grayscale: #CACACA. Windows color (decimal): -3153595 or 4579791. OLE color: 4579791.
HSL color Cylindrical-coordinate representation of color #CFE145: hue angle of 66.92º 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 #CFE145 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 69 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.12 |
| HSL | 66.92º | 0.72% | 0.58% | - |
| HSV(B) | 66.92º | 0.69% | 0.88% | - |
| XYZ | 53.73 | 67.55 | 15.84 | - |
| YUV | 201.83 | 53.04 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 69 | 0.08 | 0 | 0.69 | 0.12 | 66.92 | 0.72 | 0.58 |
| Hex | CF | E1 | 45 | 8 | 0 | 45 | C | 43 | 48 | 3A |
| Octal | 317 | 341 | 105 | 10 | 0 | 105 | 14 | 103 | 110 | 72 |
| Binary | 11001111 | 11100001 | 1000101 | 1000 | 0 | 1000101 | 1100 | 1000011 | 1001000 | 111010 |
Color Harmonies of #CFE145
Complementary color
Monochromatic Colors of #CFE145
Black with #CFE145
Text Example
Text Example
White with #CFE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE145; }
p { color: rgb(207,225,69); }
H1.HeaderClassName
{
color: #CFE145;
}
.AnyTagClassName
{
color: #CFE145;
}
</style>
background-color css
<style>
a { background-color: #CFE145; }
a { background-color: rgb(207,225,69); }
div.DivClassName
{
background-color: #CFE145;
}
.BgClassName
{
background-color: #CFE145;
}
</style>
border-color css
<style>
span { border-color: #CFE145; }
span { border-color: rgb(207,225,69); }
td.TdClassName
{
border-color: #CFE145;
}
.TagClassName
{
border-color: #CFE145;
}
</style>