Html Css Color HEX #BFFA32 Green Yellow

📋 copy color: '#BFFA32'

red 191 ◦ green 250 ◦ blue 50

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

Shades of Green Yellow #BFFA32

Tints of Green Yellow #BFFA32

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.92%

 BLUE value IS 50 (19.92% from 255) = 10.18%

R = 38.9%
G = 50.92%
B = 10.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#BFFA32 (or 0xBFFA32) is known color: Green Yellow. HEX triplet: BF, FA and 32. RGB value is (191,250,50). Sum of RGB (Red+Green+Blue) = 191+250+50=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFA32 is #4005CD. Grayscale: #D2D2D2. Windows color (decimal): -4195790 or 3340991. OLE color: 3340991.

HSL color Cylindrical-coordinate representation of color #BFFA32: hue angle of 77.7º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFFA32 is Cyan = 0.24, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 250 50 -
CMYK 0.24 0 0.8 0.02
HSL 77.7º 0.95% 0.59% -
HSV(B) 77.7º 0.8% 0.98% -
XYZ 56.25 79.68 15.43 -
YUV 209.56 37.95 114.76 -
System Red Green Blue C M Y K H S L
Decimal 191 250 50 0.24 0 0.8 0.02 77.7 0.95 0.59
Hex BF FA 32 18 0 50 2 4E 5F 3B
Octal 277 372 62 30 0 120 2 116 137 73
Binary 10111111 11111010 110010 11000 0 1010000 10 1001110 1011111 111011

Color Harmonies of #BFFA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFA32

Black with #BFFA32

Text Example


Text Example

White with #BFFA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFA32; }

 p { color: rgb(191,250,50); }

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

background-color css

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

 a { background-color: rgb(191,250,50); }

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

border-color css

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

 span { border-color: rgb(191,250,50); }

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