Html Css Color HEX #BAF740 Green Yellow

📋 copy color: '#BAF740'

red 186 ◦ green 247 ◦ blue 64

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

Shades of Green Yellow #BAF740

Tints of Green Yellow #BAF740

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.7%

 BLUE value IS 64 (25.39% from 255) = 12.88%

R = 37.42%
G = 49.7%
B = 12.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#BAF740 (or 0xBAF740) is known color: Green Yellow. HEX triplet: BA, F7 and 40. RGB value is (186,247,64). Sum of RGB (Red+Green+Blue) = 186+247+64=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF740 is #4508BF. Grayscale: #D0D0D0. Windows color (decimal): -4524224 or 4257722. OLE color: 4257722.

HSL color Cylindrical-coordinate representation of color #BAF740: hue angle of 80º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAF740 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 247 64 -
CMYK 0.25 0 0.74 0.03
HSL 80º 0.92% 0.61% -
HSV(B) 80º 0.74% 0.97% -
XYZ 54.44 77.33 16.91 -
YUV 207.9 46.79 112.38 -
System Red Green Blue C M Y K H S L
Decimal 186 247 64 0.25 0 0.74 0.03 80 0.92 0.61
Hex BA F7 40 19 0 4A 3 50 5C 3D
Octal 272 367 100 31 0 112 3 120 134 75
Binary 10111010 11110111 1000000 11001 0 1001010 11 1010000 1011100 111101

Color Harmonies of #BAF740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF740

Black with #BAF740

Text Example


Text Example

White with #BAF740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF740; }

 p { color: rgb(186,247,64); }

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

background-color css

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

 a { background-color: rgb(186,247,64); }

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

border-color css

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

 span { border-color: rgb(186,247,64); }

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