#BAF83F

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

Shades of Green Yellow #BAF83F

Tints of Green Yellow #BAF83F

Color information

#BAF83F (or 0xBAF83F) is unknown color: approx Green Yellow. HEX triplet: BA, F8 and 3F. RGB value is (186,248,63). Sum of RGB (Red+Green+Blue) = 186+248+63=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 63 (25% from 255 or 12.68% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF83F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF83F is #4507C0. Grayscale: #D1D1D1. Windows color (decimal): -4523969 or 4192442. OLE color: 4192442.

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

Color convert

RGB18624863-
CMYK0.2500.750.03
HSL80.11º92.96%60.98%-
HSV(B)80.11º74.6%97.25%-
XYZ54.7177.9316.86-
YUV208.3745.96112.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 248 (97.27% from 255) = 49.90%
BLUE value IS 63 (25% from 255) = 12.68%
R=37.42%
G=49.90%
B=12.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal186248630.2500.750.0380.1192.9660.98
HexBAF83F1904B3505d3d
Octal27237077310113312013575
Binary101110101111100011111111001010010111110100001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF83F; }

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

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

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

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

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

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

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

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