#BAFE2D

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

Shades of Green Yellow #BAFE2D

Tints of Green Yellow #BAFE2D

Color information

#BAFE2D (or 0xBAFE2D) is unknown color: approx Green Yellow. HEX triplet: BA, FE and 2D. RGB value is (186,254,45). Sum of RGB (Red+Green+Blue) = 186+254+45=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFE2D is #4501D2. Grayscale: #D2D2D2. Windows color (decimal): -4522451 or 3014330. OLE color: 3014330.

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

Color convert

RGB18625445-
CMYK0.2700.820.00
HSL79.52º99.05%58.63%-
HSV(B)79.52º82.28%99.61%-
XYZ56.1781.5115.26-
YUV209.8434.97110.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 254 (99.61% from 255) = 52.37%
BLUE value IS 45 (17.97% from 255) = 9.28%
R=38.35%
G=52.37%
B=9.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal186254450.2700.820.0079.5299.0558.63
HexBAFE2D1B052050633b
Octal27237655330122012014373
Binary10111010111111101011011101101010010010100001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFE2D; }

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

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

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

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

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

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

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

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