Html Css Color HEX #BAF741 Green Yellow

📋 copy color: '#BAF741'

red 186 ◦ green 247 ◦ blue 65

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

Shades of Green Yellow #BAF741

Tints of Green Yellow #BAF741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.05%

R = 37.35%
G = 49.6%
B = 13.05%

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

#BAF741 (or 0xBAF741) is known color: Green Yellow. HEX triplet: BA, F7 and 41. RGB value is (186,247,65). Sum of RGB (Red+Green+Blue) = 186+247+65=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF741 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF741 is #4508BE. Grayscale: #D0D0D0. Windows color (decimal): -4524223 or 4323258. OLE color: 4323258.

HSL color Cylindrical-coordinate representation of color #BAF741: hue angle of 80.11º 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 #BAF741 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 247 65 -
CMYK 0.25 0 0.74 0.03
HSL 80.11º 0.92% 0.61% -
HSV(B) 80.11º 0.74% 0.97% -
XYZ 54.46 77.34 17.06 -
YUV 208.01 47.29 112.3 -
System Red Green Blue C M Y K H S L
Decimal 186 247 65 0.25 0 0.74 0.03 80.11 0.92 0.61
Hex BA F7 41 19 0 4A 3 50 5C 3D
Octal 272 367 101 31 0 112 3 120 134 75
Binary 10111010 11110111 1000001 11001 0 1001010 11 1010000 1011100 111101

Color Harmonies of #BAF741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF741

Black with #BAF741

Text Example


Text Example

White with #BAF741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF741; }

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

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

background-color css

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

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

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

border-color css

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

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

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