Html Css Color HEX #BFFE1F Green Yellow

📋 copy color: '#BFFE1F'

red 191 ◦ green 254 ◦ blue 31

#BFFE1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #BFFE1F

Tints of Green Yellow #BFFE1F

RGB

 RED value IS 191 (75% from 255) = 40.13%

 GREEN value IS 254 (99.61% from 255) = 53.36%

 BLUE value IS 31 (12.5% from 255) = 6.51%

R = 40.13%
G = 53.36%
B = 6.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#BFFE1F (or 0xBFFE1F) is known color: Green Yellow. HEX triplet: BF, FE and 1F. RGB value is (191,254,31). Sum of RGB (Red+Green+Blue) = 191+254+31=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 254 (99.61% from 255 or 53.36% from 476); Blue value is 31 (12.5% from 255 or 6.51% from 476); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFE1F is #4001E0. Grayscale: #D2D2D2. Windows color (decimal): -4194785 or 2096831. OLE color: 2096831.

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

Color convert

RGB 191 254 31 -
CMYK 0.25 0 0.88 0.00
HSL 76.95º 0.99% 0.56% -
HSV(B) 76.95º 0.88% 1% -
XYZ 57.17 82.06 14.12 -
YUV 209.74 27.13 114.63 -
System Red Green Blue C M Y K H S L
Decimal 191 254 31 0.25 0 0.88 0.00 76.95 0.99 0.56
Hex BF FE 1F 19 0 58 0 4D 63 38
Octal 277 376 37 31 0 130 0 115 143 70
Binary 10111111 11111110 11111 11001 0 1011000 0 1001101 1100011 111000

Color Harmonies of #BFFE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFE1F

Black with #BFFE1F

Text Example


Text Example

White with #BFFE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFE1F; }

 p { color: rgb(191,254,31); }

 H1.HeaderClassName
 {
   color: #BFFE1F;
 }
 .AnyTagClassName
 {
   color: #BFFE1F;
 }
</style>

background-color css

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

 a { background-color: rgb(191,254,31); }

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

border-color css

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

 span { border-color: rgb(191,254,31); }

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