Shades of Las Palmas #CFE247
Tints of Las Palmas #CFE247
RGB
CMYK
RGB Variations
Color information
#CFE247 (or 0xCFE247) is known color: Las Palmas. HEX triplet: CF, E2 and 47. RGB value is (207,226,71). Sum of RGB (Red+Green+Blue) = 207+226+71=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 71 (28.12% from 255 or 14.09% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE247 is #301DB8. Grayscale: #CBCBCB. Windows color (decimal): -3153337 or 4711119. OLE color: 4711119.
HSL color Cylindrical-coordinate representation of color #CFE247: hue angle of 67.35º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFE247 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 71 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.11 |
| HSL | 67.35º | 0.73% | 0.58% | - |
| HSV(B) | 67.35º | 0.69% | 0.89% | - |
| XYZ | 54.07 | 68.11 | 16.26 | - |
| YUV | 202.65 | 53.71 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 71 | 0.08 | 0 | 0.69 | 0.11 | 67.35 | 0.73 | 0.58 |
| Hex | CF | E2 | 47 | 8 | 0 | 45 | B | 43 | 49 | 3A |
| Octal | 317 | 342 | 107 | 10 | 0 | 105 | 13 | 103 | 111 | 72 |
| Binary | 11001111 | 11100010 | 1000111 | 1000 | 0 | 1000101 | 1011 | 1000011 | 1001001 | 111010 |
Color Harmonies of #CFE247
Complementary color
Monochromatic Colors of #CFE247
Black with #CFE247
Text Example
Text Example
White with #CFE247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE247; }
p { color: rgb(207,226,71); }
H1.HeaderClassName
{
color: #CFE247;
}
.AnyTagClassName
{
color: #CFE247;
}
</style>
background-color css
<style>
a { background-color: #CFE247; }
a { background-color: rgb(207,226,71); }
div.DivClassName
{
background-color: #CFE247;
}
.BgClassName
{
background-color: #CFE247;
}
</style>
border-color css
<style>
span { border-color: #CFE247; }
span { border-color: rgb(207,226,71); }
td.TdClassName
{
border-color: #CFE247;
}
.TagClassName
{
border-color: #CFE247;
}
</style>