Shades of Las Palmas #CFE242
Tints of Las Palmas #CFE242
RGB
CMYK
RGB Variations
Color information
#CFE242 (or 0xCFE242) is known color: Las Palmas. HEX triplet: CF, E2 and 42. RGB value is (207,226,66). Sum of RGB (Red+Green+Blue) = 207+226+66=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE242 is #301DBD. Grayscale: #CACACA. Windows color (decimal): -3153342 or 4383439. OLE color: 4383439.
HSL color Cylindrical-coordinate representation of color #CFE242: hue angle of 67.12º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFE242 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 66 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.11 |
| HSL | 67.13º | 0.73% | 0.57% | - |
| HSV(B) | 67.13º | 0.71% | 0.89% | - |
| XYZ | 53.91 | 68.05 | 15.45 | - |
| YUV | 202.08 | 51.21 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 66 | 0.08 | 0 | 0.71 | 0.11 | 67.13 | 0.73 | 0.57 |
| Hex | CF | E2 | 42 | 8 | 0 | 47 | B | 43 | 49 | 39 |
| Octal | 317 | 342 | 102 | 10 | 0 | 107 | 13 | 103 | 111 | 71 |
| Binary | 11001111 | 11100010 | 1000010 | 1000 | 0 | 1000111 | 1011 | 1000011 | 1001001 | 111001 |
Color Harmonies of #CFE242
Complementary color
Monochromatic Colors of #CFE242
Black with #CFE242
Text Example
Text Example
White with #CFE242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE242; }
p { color: rgb(207,226,66); }
H1.HeaderClassName
{
color: #CFE242;
}
.AnyTagClassName
{
color: #CFE242;
}
</style>
background-color css
<style>
a { background-color: #CFE242; }
a { background-color: rgb(207,226,66); }
div.DivClassName
{
background-color: #CFE242;
}
.BgClassName
{
background-color: #CFE242;
}
</style>
border-color css
<style>
span { border-color: #CFE242; }
span { border-color: rgb(207,226,66); }
td.TdClassName
{
border-color: #CFE242;
}
.TagClassName
{
border-color: #CFE242;
}
</style>