Html Css Color HEX #BAF132 Green Yellow

📋 copy color: '#BAF132'

red 186 ◦ green 241 ◦ blue 50

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

Shades of Green Yellow #BAF132

Tints of Green Yellow #BAF132

RGB

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

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

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

R = 38.99%
G = 50.52%
B = 10.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#BAF132 (or 0xBAF132) is known color: Green Yellow. HEX triplet: BA, F1 and 32. RGB value is (186,241,50). Sum of RGB (Red+Green+Blue) = 186+241+50=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF132 is #450ECD. Grayscale: #CBCBCB. Windows color (decimal): -4525774 or 3338682. OLE color: 3338682.

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

Color convert

RGB 186 241 50 -
CMYK 0.23 0 0.79 0.05
HSL 77.28º 0.87% 0.57% -
HSV(B) 77.28º 0.79% 0.95% -
XYZ 52.28 73.58 14.46 -
YUV 202.78 41.78 116.03 -
System Red Green Blue C M Y K H S L
Decimal 186 241 50 0.23 0 0.79 0.05 77.28 0.87 0.57
Hex BA F1 32 17 0 4F 5 4D 57 39
Octal 272 361 62 27 0 117 5 115 127 71
Binary 10111010 11110001 110010 10111 0 1001111 101 1001101 1010111 111001

Color Harmonies of #BAF132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF132

Black with #BAF132

Text Example


Text Example

White with #BAF132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF132; }

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

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

background-color css

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

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

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

border-color css

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

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

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