#BAFF1E

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

Shades of Green Yellow #BAFF1E

Tints of Green Yellow #BAFF1E

Color information

#BAFF1E (or 0xBAFF1E) is unknown color: approx Green Yellow. HEX triplet: BA, FF and 1E. RGB value is (186,255,30). Sum of RGB (Red+Green+Blue) = 186+255+30=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 30 (12.11% from 255 or 6.37% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFF1E is #4500E1. Grayscale: #D1D1D1. Windows color (decimal): -4522210 or 2031546. OLE color: 2031546.

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

Color convert

RGB18625530-
CMYK0.2700.880
HSL78.4º100%55.88%-
HSV(B)78.4º88.24%100%-
XYZ56.2482.0514.1-
YUV208.7227.14111.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 255 (100% from 255) = 54.14%
BLUE value IS 30 (12.11% from 255) = 6.37%
R=39.49%
G=54.14%
B=6.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186255300.2700.88078.410055.88
HexBAFF1E1B05804e6438
Octal27237736330130011614470
Binary1011101011111111111101101101011000010011101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFF1E; }

 p { color: rgb(186,255,30); }

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

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

 a { background-color: rgb(186,255,30); }

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

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

 span { border-color: rgb(186,255,30); }

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