Html Css Color HEX #BAF331 Green Yellow

📋 copy color: '#BAF331'

red 186 ◦ green 243 ◦ blue 49

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

Shades of Green Yellow #BAF331

Tints of Green Yellow #BAF331

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.84%

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

R = 38.91%
G = 50.84%
B = 10.25%

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

#BAF331 (or 0xBAF331) is known color: Green Yellow. HEX triplet: BA, F3 and 31. RGB value is (186,243,49). Sum of RGB (Red+Green+Blue) = 186+243+49=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 49 (19.53% from 255 or 10.25% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF331 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF331 is #450CCE. Grayscale: #CCCCCC. Windows color (decimal): -4525263 or 3273658. OLE color: 3273658.

HSL color Cylindrical-coordinate representation of color #BAF331: hue angle of 77.63º degrees, saturation: 0.89, 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 #BAF331 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 243 49 -
CMYK 0.23 0 0.80 0.05
HSL 77.63º 0.89% 0.57% -
HSV(B) 77.63º 0.8% 0.95% -
XYZ 52.85 74.76 14.55 -
YUV 203.84 40.62 115.27 -
System Red Green Blue C M Y K H S L
Decimal 186 243 49 0.23 0 0.80 0.05 77.63 0.89 0.57
Hex BA F3 31 17 0 50 5 4E 59 39
Octal 272 363 61 27 0 120 5 116 131 71
Binary 10111010 11110011 110001 10111 0 1010000 101 1001110 1011001 111001

Color Harmonies of #BAF331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF331

Black with #BAF331

Text Example


Text Example

White with #BAF331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF331; }

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

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

background-color css

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

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

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

border-color css

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

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

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