Html Css Color HEX #BAFA1D Green Yellow

📋 copy color: '#BAFA1D'

red 186 ◦ green 250 ◦ blue 29

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

Shades of Green Yellow #BAFA1D

Tints of Green Yellow #BAFA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.24%

R = 40%
G = 53.76%
B = 6.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#BAFA1D (or 0xBAFA1D) is known color: Green Yellow. HEX triplet: BA, FA and 1D. RGB value is (186,250,29). Sum of RGB (Red+Green+Blue) = 186+250+29=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 250 (98.05% from 255 or 53.76% from 465); Blue value is 29 (11.72% from 255 or 6.24% from 465); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFA1D is #4505E2. Grayscale: #CECECE. Windows color (decimal): -4523491 or 1964730. OLE color: 1964730.

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

Color convert

RGB 186 250 29 -
CMYK 0.26 0 0.88 0.02
HSL 77.38º 0.96% 0.55% -
HSV(B) 77.38º 0.88% 0.98% -
XYZ 54.66 78.9 13.51 -
YUV 205.67 28.3 113.97 -
System Red Green Blue C M Y K H S L
Decimal 186 250 29 0.26 0 0.88 0.02 77.38 0.96 0.55
Hex BA FA 1D 1A 0 58 2 4D 60 37
Octal 272 372 35 32 0 130 2 115 140 67
Binary 10111010 11111010 11101 11010 0 1011000 10 1001101 1100000 110111

Color Harmonies of #BAFA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFA1D

Black with #BAFA1D

Text Example


Text Example

White with #BAFA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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