Shades of Las Palmas #CFE44A
Tints of Las Palmas #CFE44A
RGB
CMYK
RGB Variations
Color information
#CFE44A (or 0xCFE44A) is known color: Las Palmas. HEX triplet: CF, E4 and 4A. RGB value is (207,228,74). Sum of RGB (Red+Green+Blue) = 207+228+74=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE44A is #301BB5. Grayscale: #CCCCCC. Windows color (decimal): -3152822 or 4908239. OLE color: 4908239.
HSL color Cylindrical-coordinate representation of color #CFE44A: hue angle of 68.18º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFE44A is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 74 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.11 |
| HSL | 68.18º | 0.74% | 0.59% | - |
| HSV(B) | 68.18º | 0.68% | 0.89% | - |
| XYZ | 54.71 | 69.25 | 16.96 | - |
| YUV | 204.17 | 54.54 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 74 | 0.09 | 0 | 0.68 | 0.11 | 68.18 | 0.74 | 0.59 |
| Hex | CF | E4 | 4A | 9 | 0 | 44 | B | 44 | 4A | 3B |
| Octal | 317 | 344 | 112 | 11 | 0 | 104 | 13 | 104 | 112 | 73 |
| Binary | 11001111 | 11100100 | 1001010 | 1001 | 0 | 1000100 | 1011 | 1000100 | 1001010 | 111011 |
Color Harmonies of #CFE44A
Complementary color
Monochromatic Colors of #CFE44A
Black with #CFE44A
Text Example
Text Example
White with #CFE44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE44A; }
p { color: rgb(207,228,74); }
H1.HeaderClassName
{
color: #CFE44A;
}
.AnyTagClassName
{
color: #CFE44A;
}
</style>
background-color css
<style>
a { background-color: #CFE44A; }
a { background-color: rgb(207,228,74); }
div.DivClassName
{
background-color: #CFE44A;
}
.BgClassName
{
background-color: #CFE44A;
}
</style>
border-color css
<style>
span { border-color: #CFE44A; }
span { border-color: rgb(207,228,74); }
td.TdClassName
{
border-color: #CFE44A;
}
.TagClassName
{
border-color: #CFE44A;
}
</style>