#BFFF3F

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

Shades of Green Yellow #BFFF3F

Tints of Green Yellow #BFFF3F

Color information

#BFFF3F (or 0xBFFF3F) is unknown color: approx Green Yellow. HEX triplet: BF, FF and 3F. RGB value is (191,255,63). Sum of RGB (Red+Green+Blue) = 191+255+63=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 63 (25% from 255 or 12.38% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFF3F is #4000C0. Grayscale: #D6D6D6. Windows color (decimal): -4194497 or 4194239. OLE color: 4194239.

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

Color convert

RGB19125563-
CMYK0.2500.750
HSL80º100%62.35%-
HSV(B)80º75.29%100%-
XYZ58.1482.9617.65-
YUV213.9842.8111.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 255 (100% from 255) = 50.10%
BLUE value IS 63 (25% from 255) = 12.38%
R=37.52%
G=50.10%
B=12.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal191255630.2500.7508010062.35
HexBFFF3F1904B050643e
Octal27737777310113012014476
Binary10111111111111111111111100101001011010100001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFF3F; }

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

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

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

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

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

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

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

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