Shades of Las Palmas #BECF41
Tints of Las Palmas #BECF41
RGB
CMYK
RGB Variations
Color information
#BECF41 (or 0xBECF41) is known color: Las Palmas. HEX triplet: BE, CF and 41. RGB value is (190,207,65). Sum of RGB (Red+Green+Blue) = 190+207+65=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECF41 is #4130BE. Grayscale: #BABABA. Windows color (decimal): -4272319 or 4313022. OLE color: 4313022.
HSL color Cylindrical-coordinate representation of color #BECF41: hue angle of 67.18º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BECF41 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 65 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.19 |
| HSL | 67.18º | 0.6% | 0.53% | - |
| HSV(B) | 67.18º | 0.69% | 0.81% | - |
| XYZ | 44.5 | 55.95 | 13.46 | - |
| YUV | 185.73 | 59.87 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 65 | 0.08 | 0 | 0.69 | 0.19 | 67.18 | 0.6 | 0.53 |
| Hex | BE | CF | 41 | 8 | 0 | 45 | 13 | 43 | 3C | 35 |
| Octal | 276 | 317 | 101 | 10 | 0 | 105 | 23 | 103 | 74 | 65 |
| Binary | 10111110 | 11001111 | 1000001 | 1000 | 0 | 1000101 | 10011 | 1000011 | 111100 | 110101 |
Color Harmonies of #BECF41
Complementary color
Monochromatic Colors of #BECF41
Black with #BECF41
Text Example
Text Example
White with #BECF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF41; }
p { color: rgb(190,207,65); }
H1.HeaderClassName
{
color: #BECF41;
}
.AnyTagClassName
{
color: #BECF41;
}
</style>
background-color css
<style>
a { background-color: #BECF41; }
a { background-color: rgb(190,207,65); }
div.DivClassName
{
background-color: #BECF41;
}
.BgClassName
{
background-color: #BECF41;
}
</style>
border-color css
<style>
span { border-color: #BECF41; }
span { border-color: rgb(190,207,65); }
td.TdClassName
{
border-color: #BECF41;
}
.TagClassName
{
border-color: #BECF41;
}
</style>