Html Css Color HEX #BAF032 Green Yellow

📋 copy color: '#BAF032'

red 186 ◦ green 240 ◦ blue 50

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

Shades of Green Yellow #BAF032

Tints of Green Yellow #BAF032

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.42%

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

R = 39.08%
G = 50.42%
B = 10.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#BAF032 (or 0xBAF032) is known color: Green Yellow. HEX triplet: BA, F0 and 32. RGB value is (186,240,50). Sum of RGB (Red+Green+Blue) = 186+240+50=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF032 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF032 is #450FCD. Grayscale: #CACACA. Windows color (decimal): -4526030 or 3338426. OLE color: 3338426.

HSL color Cylindrical-coordinate representation of color #BAF032: hue angle of 77.05º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BAF032 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 50 -
CMYK 0.22 0 0.79 0.06
HSL 77.05º 0.86% 0.57% -
HSV(B) 77.05º 0.79% 0.94% -
XYZ 51.99 72.99 14.37 -
YUV 202.19 42.11 116.45 -
System Red Green Blue C M Y K H S L
Decimal 186 240 50 0.22 0 0.79 0.06 77.05 0.86 0.57
Hex BA F0 32 16 0 4F 6 4D 56 39
Octal 272 360 62 26 0 117 6 115 126 71
Binary 10111010 11110000 110010 10110 0 1001111 110 1001101 1010110 111001

Color Harmonies of #BAF032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF032

Black with #BAF032

Text Example


Text Example

White with #BAF032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF032; }

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

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

background-color css

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

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

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

border-color css

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

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

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