Html Css Color HEX #BAF421 Green Yellow

📋 copy color: '#BAF421'

red 186 ◦ green 244 ◦ blue 33

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

Shades of Green Yellow #BAF421

Tints of Green Yellow #BAF421

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.7%

 BLUE value IS 33 (13.28% from 255) = 7.13%

R = 40.17%
G = 52.7%
B = 7.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#BAF421 (or 0xBAF421) is known color: Green Yellow. HEX triplet: BA, F4 and 21. RGB value is (186,244,33). Sum of RGB (Red+Green+Blue) = 186+244+33=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 244 (95.70% from 255 or 52.70% from 463); Blue value is 33 (13.28% from 255 or 7.13% from 463); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF421 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF421 is #450BDE. Grayscale: #CBCBCB. Windows color (decimal): -4525023 or 2225338. OLE color: 2225338.

HSL color Cylindrical-coordinate representation of color #BAF421: hue angle of 76.49º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAF421 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 244 33 -
CMYK 0.24 0 0.86 0.04
HSL 76.49º 0.91% 0.54% -
HSV(B) 76.49º 0.86% 0.96% -
XYZ 52.87 75.25 13.18 -
YUV 202.6 32.28 116.16 -
System Red Green Blue C M Y K H S L
Decimal 186 244 33 0.24 0 0.86 0.04 76.49 0.91 0.54
Hex BA F4 21 18 0 56 4 4C 5B 36
Octal 272 364 41 30 0 126 4 114 133 66
Binary 10111010 11110100 100001 11000 0 1010110 100 1001100 1011011 110110

Color Harmonies of #BAF421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF421

Black with #BAF421

Text Example


Text Example

White with #BAF421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF421; }

 p { color: rgb(186,244,33); }

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

background-color css

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

 a { background-color: rgb(186,244,33); }

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

border-color css

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

 span { border-color: rgb(186,244,33); }

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