Html Css Color HEX #BAF841 Green Yellow

📋 copy color: '#BAF841'

red 186 ◦ green 248 ◦ blue 65

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

Shades of Green Yellow #BAF841

Tints of Green Yellow #BAF841

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.7%

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

R = 37.27%
G = 49.7%
B = 13.03%

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

#BAF841 (or 0xBAF841) is known color: Green Yellow. HEX triplet: BA, F8 and 41. RGB value is (186,248,65). Sum of RGB (Red+Green+Blue) = 186+248+65=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 65 (25.78% from 255 or 13.03% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF841 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF841 is #4507BE. Grayscale: #D1D1D1. Windows color (decimal): -4523967 or 4323514. OLE color: 4323514.

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

Color convert

RGB 186 248 65 -
CMYK 0.25 0 0.74 0.03
HSL 80.33º 0.93% 0.61% -
HSV(B) 80.33º 0.74% 0.97% -
XYZ 54.77 77.96 17.16 -
YUV 208.6 46.96 111.88 -
System Red Green Blue C M Y K H S L
Decimal 186 248 65 0.25 0 0.74 0.03 80.33 0.93 0.61
Hex BA F8 41 19 0 4A 3 50 5D 3D
Octal 272 370 101 31 0 112 3 120 135 75
Binary 10111010 11111000 1000001 11001 0 1001010 11 1010000 1011101 111101

Color Harmonies of #BAF841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF841

Black with #BAF841

Text Example


Text Example

White with #BAF841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF841; }

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

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

background-color css

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

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

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

border-color css

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

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

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