Shades of Las Palmas #CFE24F
Tints of Las Palmas #CFE24F
RGB
CMYK
RGB Variations
Color information
#CFE24F (or 0xCFE24F) is known color: Las Palmas. HEX triplet: CF, E2 and 4F. RGB value is (207,226,79). Sum of RGB (Red+Green+Blue) = 207+226+79=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 79 (31.25% from 255 or 15.43% from 512); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE24F is #301DB0. Grayscale: #CCCCCC. Windows color (decimal): -3153329 or 5235407. OLE color: 5235407.
HSL color Cylindrical-coordinate representation of color #CFE24F: hue angle of 67.76º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFE24F is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 79 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.11 |
| HSL | 67.76º | 0.72% | 0.6% | - |
| HSV(B) | 67.76º | 0.65% | 0.89% | - |
| XYZ | 54.34 | 68.22 | 17.7 | - |
| YUV | 203.56 | 57.71 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 79 | 0.08 | 0 | 0.65 | 0.11 | 67.76 | 0.72 | 0.6 |
| Hex | CF | E2 | 4F | 8 | 0 | 41 | B | 44 | 48 | 3C |
| Octal | 317 | 342 | 117 | 10 | 0 | 101 | 13 | 104 | 110 | 74 |
| Binary | 11001111 | 11100010 | 1001111 | 1000 | 0 | 1000001 | 1011 | 1000100 | 1001000 | 111100 |
Color Harmonies of #CFE24F
Complementary color
Monochromatic Colors of #CFE24F
Black with #CFE24F
Text Example
Text Example
White with #CFE24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE24F; }
p { color: rgb(207,226,79); }
H1.HeaderClassName
{
color: #CFE24F;
}
.AnyTagClassName
{
color: #CFE24F;
}
</style>
background-color css
<style>
a { background-color: #CFE24F; }
a { background-color: rgb(207,226,79); }
div.DivClassName
{
background-color: #CFE24F;
}
.BgClassName
{
background-color: #CFE24F;
}
</style>
border-color css
<style>
span { border-color: #CFE24F; }
span { border-color: rgb(207,226,79); }
td.TdClassName
{
border-color: #CFE24F;
}
.TagClassName
{
border-color: #CFE24F;
}
</style>