#BFEB3E

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

Shades of Las Palmas #BFEB3E

Tints of Las Palmas #BFEB3E

Color information

#BFEB3E (or 0xBFEB3E) is unknown color: approx Las Palmas. HEX triplet: BF, EB and 3E. RGB value is (191,235,62). Sum of RGB (Red+Green+Blue) = 191+235+62=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 62 (24.61% from 255 or 12.70% from 488); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEB3E is #4014C1. Grayscale: #CACACA. Windows color (decimal): -4199618 or 4123583. OLE color: 4123583.

HSL color Cylindrical-coordinate representation of color #BFEB3E: hue angle of 75.26º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFEB3E is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB19123562-
CMYK0.1900.740.08
HSL75.26º81.22%58.24%-
HSV(B)75.26º73.62%92.16%-
XYZ52.0670.8415.49-
YUV202.1248.92120.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 235 (92.19% from 255) = 48.16%
BLUE value IS 62 (24.61% from 255) = 12.70%
R=39.14%
G=48.16%
B=12.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal191235620.1900.740.0875.2681.2258.24
HexBFEB3E1304A84b513a
Octal277353762301121011312172
Binary10111111111010111111101001101001010100010010111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEB3E; }

 p { color: rgb(191,235,62); }

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

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

 a { background-color: rgb(191,235,62); }

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

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

 span { border-color: rgb(191,235,62); }

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