Html Css Color HEX #BAFA4B Green Yellow

📋 copy color: '#BAFA4B'

red 186 ◦ green 250 ◦ blue 75

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

Shades of Green Yellow #BAFA4B

Tints of Green Yellow #BAFA4B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.92%

 BLUE value IS 75 (29.69% from 255) = 14.68%

R = 36.4%
G = 48.92%
B = 14.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#BAFA4B (or 0xBAFA4B) is known color: Green Yellow. HEX triplet: BA, FA and 4B. RGB value is (186,250,75). Sum of RGB (Red+Green+Blue) = 186+250+75=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFA4B is #4505B4. Grayscale: #D3D3D3. Windows color (decimal): -4523445 or 4979386. OLE color: 4979386.

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

Color convert

RGB 186 250 75 -
CMYK 0.26 0 0.7 0.02
HSL 81.94º 0.95% 0.64% -
HSV(B) 81.94º 0.7% 0.98% -
XYZ 55.71 79.32 19.03 -
YUV 210.91 51.3 110.23 -
System Red Green Blue C M Y K H S L
Decimal 186 250 75 0.26 0 0.7 0.02 81.94 0.95 0.64
Hex BA FA 4B 1A 0 46 2 52 5F 40
Octal 272 372 113 32 0 106 2 122 137 100
Binary 10111010 11111010 1001011 11010 0 1000110 10 1010010 1011111 1000000

Color Harmonies of #BAFA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFA4B

Black with #BAFA4B

Text Example


Text Example

White with #BAFA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFA4B; }

 p { color: rgb(186,250,75); }

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

background-color css

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

 a { background-color: rgb(186,250,75); }

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

border-color css

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

 span { border-color: rgb(186,250,75); }

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