#BAF140

Color #BAF140 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #BAF140

Tints of Green Yellow #BAF140

Color information

#BAF140 (or 0xBAF140) is unknown color: approx Green Yellow. HEX triplet: BA, F1 and 40. RGB value is (186,241,64). Sum of RGB (Red+Green+Blue) = 186+241+64=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF140 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF140 is #450EBF. Grayscale: #CDCDCD. Windows color (decimal): -4525760 or 4256186. OLE color: 4256186.

HSL color Cylindrical-coordinate representation of color #BAF140: hue angle of 78.64º 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 #BAF140 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB18624164-
CMYK0.2300.730.05
HSL78.64º86.34%59.8%-
HSV(B)78.64º73.44%94.51%-
XYZ52.6373.7216.31-
YUV204.3848.78114.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 241 (94.53% from 255) = 49.08%
BLUE value IS 64 (25.39% from 255) = 13.03%
R=37.88%
G=49.08%
B=13.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186241640.2300.730.0578.6486.3459.8
HexBAF1401704954f563c
Octal272361100270111511712674
Binary10111010111100011000000101110100100110110011111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF140; }

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

 H1.HeaderClassName
 {
   color: #BAF140;
 }
 .AnyTagClassName
 {
   color: #BAF140;
 }
</style>
background-color css

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

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

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

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

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

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