Shades of Las Palmas #CFE149
Tints of Las Palmas #CFE149
RGB
CMYK
RGB Variations
Color information
#CFE149 (or 0xCFE149) is known color: Las Palmas. HEX triplet: CF, E1 and 49. RGB value is (207,225,73). Sum of RGB (Red+Green+Blue) = 207+225+73=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE149 is #301EB6. Grayscale: #CACACA. Windows color (decimal): -3153591 or 4841935. OLE color: 4841935.
HSL color Cylindrical-coordinate representation of color #CFE149: hue angle of 67.11º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFE149 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 73 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.12 |
| HSL | 67.11º | 0.72% | 0.58% | - |
| HSV(B) | 67.11º | 0.68% | 0.88% | - |
| XYZ | 53.86 | 67.6 | 16.51 | - |
| YUV | 202.29 | 55.04 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 73 | 0.08 | 0 | 0.68 | 0.12 | 67.11 | 0.72 | 0.58 |
| Hex | CF | E1 | 49 | 8 | 0 | 44 | C | 43 | 48 | 3A |
| Octal | 317 | 341 | 111 | 10 | 0 | 104 | 14 | 103 | 110 | 72 |
| Binary | 11001111 | 11100001 | 1001001 | 1000 | 0 | 1000100 | 1100 | 1000011 | 1001000 | 111010 |
Color Harmonies of #CFE149
Complementary color
Monochromatic Colors of #CFE149
Black with #CFE149
Text Example
Text Example
White with #CFE149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE149; }
p { color: rgb(207,225,73); }
H1.HeaderClassName
{
color: #CFE149;
}
.AnyTagClassName
{
color: #CFE149;
}
</style>
background-color css
<style>
a { background-color: #CFE149; }
a { background-color: rgb(207,225,73); }
div.DivClassName
{
background-color: #CFE149;
}
.BgClassName
{
background-color: #CFE149;
}
</style>
border-color css
<style>
span { border-color: #CFE149; }
span { border-color: rgb(207,225,73); }
td.TdClassName
{
border-color: #CFE149;
}
.TagClassName
{
border-color: #CFE149;
}
</style>