Html Css Color HEX #BAF131 Green Yellow

📋 copy color: '#BAF131'

red 186 ◦ green 241 ◦ blue 49

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

Shades of Green Yellow #BAF131

Tints of Green Yellow #BAF131

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.63%

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

R = 39.08%
G = 50.63%
B = 10.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#BAF131 (or 0xBAF131) is known color: Green Yellow. HEX triplet: BA, F1 and 31. RGB value is (186,241,49). Sum of RGB (Red+Green+Blue) = 186+241+49=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF131 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF131 is #450ECE. Grayscale: #CBCBCB. Windows color (decimal): -4525775 or 3273146. OLE color: 3273146.

HSL color Cylindrical-coordinate representation of color #BAF131: hue angle of 77.19º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAF131 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 49 -
CMYK 0.23 0 0.80 0.05
HSL 77.19º 0.87% 0.57% -
HSV(B) 77.19º 0.8% 0.95% -
XYZ 52.26 73.57 14.35 -
YUV 202.67 41.28 116.11 -
System Red Green Blue C M Y K H S L
Decimal 186 241 49 0.23 0 0.80 0.05 77.19 0.87 0.57
Hex BA F1 31 17 0 50 5 4D 57 39
Octal 272 361 61 27 0 120 5 115 127 71
Binary 10111010 11110001 110001 10111 0 1010000 101 1001101 1010111 111001

Color Harmonies of #BAF131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF131

Black with #BAF131

Text Example


Text Example

White with #BAF131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF131; }

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

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

background-color css

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

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

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

border-color css

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

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

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