#BAFE1D

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

Shades of Green Yellow #BAFE1D

Tints of Green Yellow #BAFE1D

Color information

#BAFE1D (or 0xBAFE1D) is unknown color: approx Green Yellow. HEX triplet: BA, FE and 1D. RGB value is (186,254,29). Sum of RGB (Red+Green+Blue) = 186+254+29=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 29 (11.72% from 255 or 6.18% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFE1D is #4501E2. Grayscale: #D0D0D0. Windows color (decimal): -4522467 or 1965754. OLE color: 1965754.

HSL color Cylindrical-coordinate representation of color #BAFE1D: hue angle of 78.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAFE1D is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB18625429-
CMYK0.2700.890.00
HSL78.13º99.12%55.49%-
HSV(B)78.13º88.58%99.61%-
XYZ55.9181.4113.93-
YUV208.0226.97112.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 254 (99.61% from 255) = 54.16%
BLUE value IS 29 (11.72% from 255) = 6.18%
R=39.66%
G=54.16%
B=6.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal186254290.2700.890.0078.1399.1255.49
HexBAFE1D1B05904e6337
Octal27237635330131011614367
Binary1011101011111110111011101101011001010011101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFE1D; }

 p { color: rgb(186,254,29); }

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

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

 a { background-color: rgb(186,254,29); }

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

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

 span { border-color: rgb(186,254,29); }

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