#BFFF40

Color #BFFF40 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #BFFF40

Tints of Green Yellow #BFFF40

Color information

#BFFF40 (or 0xBFFF40) is unknown color: approx Green Yellow. HEX triplet: BF, FF and 40. RGB value is (191,255,64). Sum of RGB (Red+Green+Blue) = 191+255+64=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFF40 is #4000BF. Grayscale: #D6D6D6. Windows color (decimal): -4194496 or 4259775. OLE color: 4259775.

HSL color Cylindrical-coordinate representation of color #BFFF40: hue angle of 80.1º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFFF40 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB19125564-
CMYK0.2500.750
HSL80.1º100%62.55%-
HSV(B)80.1º74.9%100%-
XYZ58.1782.9717.8-
YUV214.0943.3111.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 255 (100% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 12.55%
R=37.45%
G=50%
B=12.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal191255640.2500.75080.110062.55
HexBFFF401904B050643f
Octal277377100310113012014477
Binary101111111111111110000001100101001011010100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFF40; }

 p { color: rgb(191,255,64); }

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

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

 a { background-color: rgb(191,255,64); }

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

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

 span { border-color: rgb(191,255,64); }

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