Html Css Color HEX #BAFB2A Green Yellow

📋 copy color: '#BAFB2A'

red 186 ◦ green 251 ◦ blue 42

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

Shades of Green Yellow #BAFB2A

Tints of Green Yellow #BAFB2A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 52.4%

 BLUE value IS 42 (16.8% from 255) = 8.77%

R = 38.83%
G = 52.4%
B = 8.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#BAFB2A (or 0xBAFB2A) is known color: Green Yellow. HEX triplet: BA, FB and 2A. RGB value is (186,251,42). Sum of RGB (Red+Green+Blue) = 186+251+42=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 251 (98.44% from 255 or 52.40% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFB2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFB2A is #4504D5. Grayscale: #D0D0D0. Windows color (decimal): -4523222 or 2816954. OLE color: 2816954.

HSL color Cylindrical-coordinate representation of color #BAFB2A: hue angle of 78.66º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAFB2A is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 251 42 -
CMYK 0.26 0 0.83 0.02
HSL 78.66º 0.96% 0.57% -
HSV(B) 78.66º 0.83% 0.98% -
XYZ 55.16 79.6 14.65 -
YUV 207.74 34.47 112.49 -
System Red Green Blue C M Y K H S L
Decimal 186 251 42 0.26 0 0.83 0.02 78.66 0.96 0.57
Hex BA FB 2A 1A 0 53 2 4F 60 39
Octal 272 373 52 32 0 123 2 117 140 71
Binary 10111010 11111011 101010 11010 0 1010011 10 1001111 1100000 111001

Color Harmonies of #BAFB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFB2A

Black with #BAFB2A

Text Example


Text Example

White with #BAFB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFB2A; }

 p { color: rgb(186,251,42); }

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

background-color css

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

 a { background-color: rgb(186,251,42); }

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

border-color css

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

 span { border-color: rgb(186,251,42); }

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