Html Css Color HEX #BAFA31 Green Yellow

📋 copy color: '#BAFA31'

red 186 ◦ green 250 ◦ blue 49

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

Shades of Green Yellow #BAFA31

Tints of Green Yellow #BAFA31

RGB

 RED value IS 186 (73.05% from 255) = 38.35%

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

 BLUE value IS 49 (19.53% from 255) = 10.1%

R = 38.35%
G = 51.55%
B = 10.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#BAFA31 (or 0xBAFA31) is known color: Green Yellow. HEX triplet: BA, FA and 31. RGB value is (186,250,49). Sum of RGB (Red+Green+Blue) = 186+250+49=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFA31 is #4505CE. Grayscale: #D0D0D0. Windows color (decimal): -4523471 or 3275450. OLE color: 3275450.

HSL color Cylindrical-coordinate representation of color #BAFA31: hue angle of 79.1º 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 #BAFA31 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 250 49 -
CMYK 0.26 0 0.80 0.02
HSL 79.1º 0.95% 0.59% -
HSV(B) 79.1º 0.8% 0.98% -
XYZ 54.99 79.03 15.26 -
YUV 207.95 38.3 112.34 -
System Red Green Blue C M Y K H S L
Decimal 186 250 49 0.26 0 0.80 0.02 79.1 0.95 0.59
Hex BA FA 31 1A 0 50 2 4F 5F 3B
Octal 272 372 61 32 0 120 2 117 137 73
Binary 10111010 11111010 110001 11010 0 1010000 10 1001111 1011111 111011

Color Harmonies of #BAFA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFA31

Black with #BAFA31

Text Example


Text Example

White with #BAFA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFA31; }

 p { color: rgb(186,250,49); }

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

background-color css

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

 a { background-color: rgb(186,250,49); }

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

border-color css

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

 span { border-color: rgb(186,250,49); }

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