#BFE541

Color #BFE541 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #BFE541

Tints of Las Palmas #BFE541

Color information

#BFE541 (or 0xBFE541) is unknown color: approx Las Palmas. HEX triplet: BF, E5 and 41. RGB value is (191,229,65). Sum of RGB (Red+Green+Blue) = 191+229+65=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE541 is #401ABE. Grayscale: #C7C7C7. Windows color (decimal): -4201151 or 4318655. OLE color: 4318655.

HSL color Cylindrical-coordinate representation of color #BFE541: hue angle of 73.9º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFE541 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB19122965-
CMYK0.1700.720.10
HSL73.9º75.93%57.65%-
HSV(B)73.9º71.62%89.8%-
XYZ50.4667.515.37-
YUV198.9452.41122.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 229 (89.84% from 255) = 47.22%
BLUE value IS 65 (25.78% from 255) = 13.40%
R=39.38%
G=47.22%
B=13.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal191229650.1700.720.1073.975.9357.65
HexBFE54111048A4a4c3a
Octal2773451012101101211211472
Binary101111111110010110000011000101001000101010010101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE541; }

 p { color: rgb(191,229,65); }

 H1.HeaderClassName
 {
   color: #BFE541;
 }
 .AnyTagClassName
 {
   color: #BFE541;
 }
</style>
background-color css

<style>
 a { background-color: #BFE541; }

 a { background-color: rgb(191,229,65); }

 div.DivClassName
 {
   background-color: #BFE541;
 }
 .BgClassName
 {
   background-color: #BFE541;
 }
</style>
border-color css

<style>
 span { border-color: #BFE541; }

 span { border-color: rgb(191,229,65); }

 td.TdClassName
 {
   border-color: #BFE541;
 }
 .TagClassName
 {
   border-color: #BFE541;
 }
</style>