#BAEF2D

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

Shades of Green Yellow #BAEF2D

Tints of Green Yellow #BAEF2D

Color information

#BAEF2D (or 0xBAEF2D) is unknown color: approx Green Yellow. HEX triplet: BA, EF and 2D. RGB value is (186,239,45). Sum of RGB (Red+Green+Blue) = 186+239+45=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEF2D is #4510D2. Grayscale: #C9C9C9. Windows color (decimal): -4526291 or 3010490. OLE color: 3010490.

HSL color Cylindrical-coordinate representation of color #BAEF2D: hue angle of 76.39º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAEF2D is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB18623945-
CMYK0.2200.810.06
HSL76.39º85.84%55.69%-
HSV(B)76.39º81.17%93.73%-
XYZ51.5972.3613.73-
YUV201.0439.94117.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 239 (93.75% from 255) = 50.85%
BLUE value IS 45 (17.97% from 255) = 9.57%
R=39.57%
G=50.85%
B=9.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal186239450.2200.810.0676.3985.8455.69
HexBAEF2D1605164c5638
Octal27235755260121611412670
Binary1011101011101111101101101100101000111010011001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEF2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEF2D; }

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

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

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

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

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

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

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

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