Html Css Color HEX #BAF745 Green Yellow

📋 copy color: '#BAF745'

red 186 ◦ green 247 ◦ blue 69

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

Shades of Green Yellow #BAF745

Tints of Green Yellow #BAF745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.75%

R = 37.05%
G = 49.2%
B = 13.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#BAF745 (or 0xBAF745) is known color: Green Yellow. HEX triplet: BA, F7 and 45. RGB value is (186,247,69). Sum of RGB (Red+Green+Blue) = 186+247+69=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 69 (27.34% from 255 or 13.75% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF745 is #4508BA. Grayscale: #D1D1D1. Windows color (decimal): -4524219 or 4585402. OLE color: 4585402.

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

Color convert

RGB 186 247 69 -
CMYK 0.25 0 0.72 0.03
HSL 80.56º 0.92% 0.62% -
HSV(B) 80.56º 0.72% 0.97% -
XYZ 54.58 77.39 17.69 -
YUV 208.47 49.29 111.97 -
System Red Green Blue C M Y K H S L
Decimal 186 247 69 0.25 0 0.72 0.03 80.56 0.92 0.62
Hex BA F7 45 19 0 48 3 51 5C 3E
Octal 272 367 105 31 0 110 3 121 134 76
Binary 10111010 11110111 1000101 11001 0 1001000 11 1010001 1011100 111110

Color Harmonies of #BAF745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF745

Black with #BAF745

Text Example


Text Example

White with #BAF745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF745; }

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

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

background-color css

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

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

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

border-color css

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

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

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