Html Css Color HEX #BAF141 Green Yellow

📋 copy color: '#BAF141'

red 186 ◦ green 241 ◦ blue 65

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

Shades of Green Yellow #BAF141

Tints of Green Yellow #BAF141

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.98%

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

R = 37.8%
G = 48.98%
B = 13.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#BAF141 (or 0xBAF141) is known color: Green Yellow. HEX triplet: BA, F1 and 41. RGB value is (186,241,65). Sum of RGB (Red+Green+Blue) = 186+241+65=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 65 (25.78% from 255 or 13.21% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF141 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF141 is #450EBE. Grayscale: #CDCDCD. Windows color (decimal): -4525759 or 4321722. OLE color: 4321722.

HSL color Cylindrical-coordinate representation of color #BAF141: hue angle of 78.75º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAF141 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 65 -
CMYK 0.23 0 0.73 0.05
HSL 78.75º 0.86% 0.6% -
HSV(B) 78.75º 0.73% 0.95% -
XYZ 52.66 73.73 16.46 -
YUV 204.49 49.28 114.81 -
System Red Green Blue C M Y K H S L
Decimal 186 241 65 0.23 0 0.73 0.05 78.75 0.86 0.6
Hex BA F1 41 17 0 49 5 4F 56 3C
Octal 272 361 101 27 0 111 5 117 126 74
Binary 10111010 11110001 1000001 10111 0 1001001 101 1001111 1010110 111100

Color Harmonies of #BAF141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF141

Black with #BAF141

Text Example


Text Example

White with #BAF141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF141; }

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

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

background-color css

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

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

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

border-color css

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

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

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