Shades of Las Palmas #CFE24A
Tints of Las Palmas #CFE24A
RGB
CMYK
RGB Variations
Color information
#CFE24A (or 0xCFE24A) is known color: Las Palmas. HEX triplet: CF, E2 and 4A. RGB value is (207,226,74). Sum of RGB (Red+Green+Blue) = 207+226+74=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE24A is #301DB5. Grayscale: #CBCBCB. Windows color (decimal): -3153334 or 4907727. OLE color: 4907727.
HSL color Cylindrical-coordinate representation of color #CFE24A: hue angle of 67.5º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFE24A is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 74 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.11 |
| HSL | 67.5º | 0.72% | 0.59% | - |
| HSV(B) | 67.5º | 0.67% | 0.89% | - |
| XYZ | 54.16 | 68.15 | 16.78 | - |
| YUV | 202.99 | 55.21 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 74 | 0.08 | 0 | 0.67 | 0.11 | 67.5 | 0.72 | 0.59 |
| Hex | CF | E2 | 4A | 8 | 0 | 43 | B | 44 | 48 | 3B |
| Octal | 317 | 342 | 112 | 10 | 0 | 103 | 13 | 104 | 110 | 73 |
| Binary | 11001111 | 11100010 | 1001010 | 1000 | 0 | 1000011 | 1011 | 1000100 | 1001000 | 111011 |
Color Harmonies of #CFE24A
Complementary color
Monochromatic Colors of #CFE24A
Black with #CFE24A
Text Example
Text Example
White with #CFE24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE24A; }
p { color: rgb(207,226,74); }
H1.HeaderClassName
{
color: #CFE24A;
}
.AnyTagClassName
{
color: #CFE24A;
}
</style>
background-color css
<style>
a { background-color: #CFE24A; }
a { background-color: rgb(207,226,74); }
div.DivClassName
{
background-color: #CFE24A;
}
.BgClassName
{
background-color: #CFE24A;
}
</style>
border-color css
<style>
span { border-color: #CFE24A; }
span { border-color: rgb(207,226,74); }
td.TdClassName
{
border-color: #CFE24A;
}
.TagClassName
{
border-color: #CFE24A;
}
</style>