Shades of Las Palmas #CFE245
Tints of Las Palmas #CFE245
RGB
CMYK
RGB Variations
Color information
#CFE245 (or 0xCFE245) is known color: Las Palmas. HEX triplet: CF, E2 and 45. RGB value is (207,226,69). Sum of RGB (Red+Green+Blue) = 207+226+69=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 69 (27.34% from 255 or 13.75% from 502); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE245 is #301DBA. Grayscale: #CBCBCB. Windows color (decimal): -3153339 or 4580047. OLE color: 4580047.
HSL color Cylindrical-coordinate representation of color #CFE245: hue angle of 67.26º 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 #CFE245 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 69 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.11 |
| HSL | 67.26º | 0.73% | 0.58% | - |
| HSV(B) | 67.26º | 0.69% | 0.89% | - |
| XYZ | 54 | 68.09 | 15.93 | - |
| YUV | 202.42 | 52.71 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 69 | 0.08 | 0 | 0.69 | 0.11 | 67.26 | 0.73 | 0.58 |
| Hex | CF | E2 | 45 | 8 | 0 | 45 | B | 43 | 49 | 3A |
| Octal | 317 | 342 | 105 | 10 | 0 | 105 | 13 | 103 | 111 | 72 |
| Binary | 11001111 | 11100010 | 1000101 | 1000 | 0 | 1000101 | 1011 | 1000011 | 1001001 | 111010 |
Color Harmonies of #CFE245
Complementary color
Monochromatic Colors of #CFE245
Black with #CFE245
Text Example
Text Example
White with #CFE245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE245; }
p { color: rgb(207,226,69); }
H1.HeaderClassName
{
color: #CFE245;
}
.AnyTagClassName
{
color: #CFE245;
}
</style>
background-color css
<style>
a { background-color: #CFE245; }
a { background-color: rgb(207,226,69); }
div.DivClassName
{
background-color: #CFE245;
}
.BgClassName
{
background-color: #CFE245;
}
</style>
border-color css
<style>
span { border-color: #CFE245; }
span { border-color: rgb(207,226,69); }
td.TdClassName
{
border-color: #CFE245;
}
.TagClassName
{
border-color: #CFE245;
}
</style>