Shades of Las Palmas #CFE14F
Tints of Las Palmas #CFE14F
RGB
CMYK
RGB Variations
Color information
#CFE14F (or 0xCFE14F) is known color: Las Palmas. HEX triplet: CF, E1 and 4F. RGB value is (207,225,79). Sum of RGB (Red+Green+Blue) = 207+225+79=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE14F is #301EB0. Grayscale: #CBCBCB. Windows color (decimal): -3153585 or 5235151. OLE color: 5235151.
HSL color Cylindrical-coordinate representation of color #CFE14F: hue angle of 67.4º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFE14F is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 79 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.12 |
| HSL | 67.4º | 0.71% | 0.6% | - |
| HSV(B) | 67.4º | 0.65% | 0.88% | - |
| XYZ | 54.07 | 67.68 | 17.61 | - |
| YUV | 202.97 | 58.04 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 79 | 0.08 | 0 | 0.65 | 0.12 | 67.4 | 0.71 | 0.6 |
| Hex | CF | E1 | 4F | 8 | 0 | 41 | C | 43 | 47 | 3C |
| Octal | 317 | 341 | 117 | 10 | 0 | 101 | 14 | 103 | 107 | 74 |
| Binary | 11001111 | 11100001 | 1001111 | 1000 | 0 | 1000001 | 1100 | 1000011 | 1000111 | 111100 |
Color Harmonies of #CFE14F
Complementary color
Monochromatic Colors of #CFE14F
Black with #CFE14F
Text Example
Text Example
White with #CFE14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE14F; }
p { color: rgb(207,225,79); }
H1.HeaderClassName
{
color: #CFE14F;
}
.AnyTagClassName
{
color: #CFE14F;
}
</style>
background-color css
<style>
a { background-color: #CFE14F; }
a { background-color: rgb(207,225,79); }
div.DivClassName
{
background-color: #CFE14F;
}
.BgClassName
{
background-color: #CFE14F;
}
</style>
border-color css
<style>
span { border-color: #CFE14F; }
span { border-color: rgb(207,225,79); }
td.TdClassName
{
border-color: #CFE14F;
}
.TagClassName
{
border-color: #CFE14F;
}
</style>