#BFFF3A

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

Shades of Green Yellow #BFFF3A

Tints of Green Yellow #BFFF3A

Color information

#BFFF3A (or 0xBFFF3A) is unknown color: approx Green Yellow. HEX triplet: BF, FF and 3A. RGB value is (191,255,58). Sum of RGB (Red+Green+Blue) = 191+255+58=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 58 (23.05% from 255 or 11.51% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFF3A is #4000C5. Grayscale: #D6D6D6. Windows color (decimal): -4194502 or 3866559. OLE color: 3866559.

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

Color convert

RGB19125558-
CMYK0.2500.770
HSL79.49º100%61.37%-
HSV(B)79.49º77.25%100%-
XYZ58.0182.916.95-
YUV213.4140.3112.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 255 (100% from 255) = 50.60%
BLUE value IS 58 (23.05% from 255) = 11.51%
R=37.90%
G=50.60%
B=11.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal191255580.2500.77079.4910061.37
HexBFFF3A1904D04f643d
Octal27737772310115011714475
Binary10111111111111111110101100101001101010011111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFF3A; }

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

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

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

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

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

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

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

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