Html Css Color HEX #BAFA3D Green Yellow

📋 copy color: '#BAFA3D'

red 186 ◦ green 250 ◦ blue 61

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

Shades of Green Yellow #BAFA3D

Tints of Green Yellow #BAFA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.27%

R = 37.42%
G = 50.3%
B = 12.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#BAFA3D (or 0xBAFA3D) is known color: Green Yellow. HEX triplet: BA, FA and 3D. RGB value is (186,250,61). Sum of RGB (Red+Green+Blue) = 186+250+61=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFA3D is #4505C2. Grayscale: #D2D2D2. Windows color (decimal): -4523459 or 4061882. OLE color: 4061882.

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

Color convert

RGB 186 250 61 -
CMYK 0.26 0 0.76 0.02
HSL 80.32º 0.95% 0.61% -
HSV(B) 80.32º 0.76% 0.98% -
XYZ 55.28 79.15 16.78 -
YUV 209.32 44.3 111.37 -
System Red Green Blue C M Y K H S L
Decimal 186 250 61 0.26 0 0.76 0.02 80.32 0.95 0.61
Hex BA FA 3D 1A 0 4C 2 50 5F 3D
Octal 272 372 75 32 0 114 2 120 137 75
Binary 10111010 11111010 111101 11010 0 1001100 10 1010000 1011111 111101

Color Harmonies of #BAFA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFA3D

Black with #BAFA3D

Text Example


Text Example

White with #BAFA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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