Shades of Las Palmas #CFE14A
Tints of Las Palmas #CFE14A
RGB
CMYK
RGB Variations
Color information
#CFE14A (or 0xCFE14A) is known color: Las Palmas. HEX triplet: CF, E1 and 4A. RGB value is (207,225,74). Sum of RGB (Red+Green+Blue) = 207+225+74=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE14A is #301EB5. Grayscale: #CACACA. Windows color (decimal): -3153590 or 4907471. OLE color: 4907471.
HSL color Cylindrical-coordinate representation of color #CFE14A: hue angle of 67.15º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFE14A is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 74 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.12 |
| HSL | 67.15º | 0.72% | 0.59% | - |
| HSV(B) | 67.15º | 0.67% | 0.88% | - |
| XYZ | 53.89 | 67.61 | 16.69 | - |
| YUV | 202.4 | 55.54 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 74 | 0.08 | 0 | 0.67 | 0.12 | 67.15 | 0.72 | 0.59 |
| Hex | CF | E1 | 4A | 8 | 0 | 43 | C | 43 | 48 | 3B |
| Octal | 317 | 341 | 112 | 10 | 0 | 103 | 14 | 103 | 110 | 73 |
| Binary | 11001111 | 11100001 | 1001010 | 1000 | 0 | 1000011 | 1100 | 1000011 | 1001000 | 111011 |
Color Harmonies of #CFE14A
Complementary color
Monochromatic Colors of #CFE14A
Black with #CFE14A
Text Example
Text Example
White with #CFE14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE14A; }
p { color: rgb(207,225,74); }
H1.HeaderClassName
{
color: #CFE14A;
}
.AnyTagClassName
{
color: #CFE14A;
}
</style>
background-color css
<style>
a { background-color: #CFE14A; }
a { background-color: rgb(207,225,74); }
div.DivClassName
{
background-color: #CFE14A;
}
.BgClassName
{
background-color: #CFE14A;
}
</style>
border-color css
<style>
span { border-color: #CFE14A; }
span { border-color: rgb(207,225,74); }
td.TdClassName
{
border-color: #CFE14A;
}
.TagClassName
{
border-color: #CFE14A;
}
</style>