Shades of Las Palmas #CFE143
Tints of Las Palmas #CFE143
RGB
CMYK
RGB Variations
Color information
#CFE143 (or 0xCFE143) is known color: Las Palmas. HEX triplet: CF, E1 and 43. RGB value is (207,225,67). Sum of RGB (Red+Green+Blue) = 207+225+67=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 67 (26.56% from 255 or 13.43% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE143 is #301EBC. Grayscale: #CACACA. Windows color (decimal): -3153597 or 4448719. OLE color: 4448719.
HSL color Cylindrical-coordinate representation of color #CFE143: hue angle of 66.84º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFE143 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 67 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.12 |
| HSL | 66.84º | 0.72% | 0.57% | - |
| HSV(B) | 66.84º | 0.7% | 0.88% | - |
| XYZ | 53.67 | 67.52 | 15.51 | - |
| YUV | 201.61 | 52.04 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 67 | 0.08 | 0 | 0.70 | 0.12 | 66.84 | 0.72 | 0.57 |
| Hex | CF | E1 | 43 | 8 | 0 | 46 | C | 43 | 48 | 39 |
| Octal | 317 | 341 | 103 | 10 | 0 | 106 | 14 | 103 | 110 | 71 |
| Binary | 11001111 | 11100001 | 1000011 | 1000 | 0 | 1000110 | 1100 | 1000011 | 1001000 | 111001 |
Color Harmonies of #CFE143
Complementary color
Monochromatic Colors of #CFE143
Black with #CFE143
Text Example
Text Example
White with #CFE143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE143; }
p { color: rgb(207,225,67); }
H1.HeaderClassName
{
color: #CFE143;
}
.AnyTagClassName
{
color: #CFE143;
}
</style>
background-color css
<style>
a { background-color: #CFE143; }
a { background-color: rgb(207,225,67); }
div.DivClassName
{
background-color: #CFE143;
}
.BgClassName
{
background-color: #CFE143;
}
</style>
border-color css
<style>
span { border-color: #CFE143; }
span { border-color: rgb(207,225,67); }
td.TdClassName
{
border-color: #CFE143;
}
.TagClassName
{
border-color: #CFE143;
}
</style>