#bfe33a

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

Shades of Las Palmas #BFE33A

Tints of Las Palmas #BFE33A

Color information

#BFE33A (or 0xBFE33A) is unknown color: approx Las Palmas. HEX triplet: BF, E3 and 3A. RGB value is (191,227,58). Sum of RGB (Red+Green+Blue) = 191+227+58=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 58 (23.05% from 255 or 12.18% from 476); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE33A is #401CC5. Grayscale: #C5C5C5. Windows color (decimal): -4201670 or 3859391. OLE color: 3859391.

HSL color Cylindrical-coordinate representation of color #BFE33A: hue angle of 72.78º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFE33A is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB19122758-
CMYK0.1600.740.11
HSL72.78º75.11%55.88%-
HSV(B)72.78º74.45%89.02%-
XYZ49.7266.3214.18-
YUV196.9749.57123.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 227 (89.06% from 255) = 47.69%
BLUE value IS 58 (23.05% from 255) = 12.18%
R=40.13%
G=47.69%
B=12.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal191227580.1600.740.1172.7875.1155.88
HexBFE33A1004AB494b38
Octal277343722001121311111370
Binary10111111111000111110101000001001010101110010011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfe33a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfe33a; }

 p { color: rgb(191,227,58); }

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

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

 a { background-color: rgb(191,227,58); }

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

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

 span { border-color: rgb(191,227,58); }

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