Shades of Las Palmas #CFE44B
Tints of Las Palmas #CFE44B
RGB
CMYK
RGB Variations
Color information
#CFE44B (or 0xCFE44B) is known color: Las Palmas. HEX triplet: CF, E4 and 4B. RGB value is (207,228,75). Sum of RGB (Red+Green+Blue) = 207+228+75=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE44B is #301BB4. Grayscale: #CCCCCC. Windows color (decimal): -3152821 or 4973775. OLE color: 4973775.
HSL color Cylindrical-coordinate representation of color #CFE44B: hue angle of 68.24º degrees, saturation: 0.74, 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 #CFE44B is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 75 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.11 |
| HSL | 68.24º | 0.74% | 0.59% | - |
| HSV(B) | 68.24º | 0.67% | 0.89% | - |
| XYZ | 54.75 | 69.26 | 17.14 | - |
| YUV | 204.28 | 55.04 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 75 | 0.09 | 0 | 0.67 | 0.11 | 68.24 | 0.74 | 0.59 |
| Hex | CF | E4 | 4B | 9 | 0 | 43 | B | 44 | 4A | 3B |
| Octal | 317 | 344 | 113 | 11 | 0 | 103 | 13 | 104 | 112 | 73 |
| Binary | 11001111 | 11100100 | 1001011 | 1001 | 0 | 1000011 | 1011 | 1000100 | 1001010 | 111011 |
Color Harmonies of #CFE44B
Complementary color
Monochromatic Colors of #CFE44B
Black with #CFE44B
Text Example
Text Example
White with #CFE44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE44B; }
p { color: rgb(207,228,75); }
H1.HeaderClassName
{
color: #CFE44B;
}
.AnyTagClassName
{
color: #CFE44B;
}
</style>
background-color css
<style>
a { background-color: #CFE44B; }
a { background-color: rgb(207,228,75); }
div.DivClassName
{
background-color: #CFE44B;
}
.BgClassName
{
background-color: #CFE44B;
}
</style>
border-color css
<style>
span { border-color: #CFE44B; }
span { border-color: rgb(207,228,75); }
td.TdClassName
{
border-color: #CFE44B;
}
.TagClassName
{
border-color: #CFE44B;
}
</style>