Html Css Color HEX #BAFB3F Green Yellow

📋 copy color: '#BAFB3F'

red 186 ◦ green 251 ◦ blue 63

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

Shades of Green Yellow #BAFB3F

Tints of Green Yellow #BAFB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.6%

R = 37.2%
G = 50.2%
B = 12.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#BAFB3F (or 0xBAFB3F) is known color: Green Yellow. HEX triplet: BA, FB and 3F. RGB value is (186,251,63). Sum of RGB (Red+Green+Blue) = 186+251+63=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 63 (25% from 255 or 12.6% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFB3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFB3F is #4504C0. Grayscale: #D2D2D2. Windows color (decimal): -4523201 or 4193210. OLE color: 4193210.

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

Color convert

RGB 186 251 63 -
CMYK 0.26 0 0.75 0.02
HSL 80.74º 0.96% 0.62% -
HSV(B) 80.74º 0.75% 0.98% -
XYZ 55.64 79.79 17.17 -
YUV 210.13 44.97 110.79 -
System Red Green Blue C M Y K H S L
Decimal 186 251 63 0.26 0 0.75 0.02 80.74 0.96 0.62
Hex BA FB 3F 1A 0 4B 2 51 60 3E
Octal 272 373 77 32 0 113 2 121 140 76
Binary 10111010 11111011 111111 11010 0 1001011 10 1010001 1100000 111110

Color Harmonies of #BAFB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFB3F

Black with #BAFB3F

Text Example


Text Example

White with #BAFB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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