#BAEF31

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

Shades of Green Yellow #BAEF31

Tints of Green Yellow #BAEF31

Color information

#BAEF31 (or 0xBAEF31) is unknown color: approx Green Yellow. HEX triplet: BA, EF and 31. RGB value is (186,239,49). Sum of RGB (Red+Green+Blue) = 186+239+49=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 49 (19.53% from 255 or 10.34% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEF31 is #4510CE. Grayscale: #CACACA. Windows color (decimal): -4526287 or 3272634. OLE color: 3272634.

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

Color convert

RGB18623949-
CMYK0.2200.790.06
HSL76.74º85.59%56.47%-
HSV(B)76.74º79.5%93.73%-
XYZ51.6772.3914.16-
YUV201.4941.94116.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 239 (93.75% from 255) = 50.42%
BLUE value IS 49 (19.53% from 255) = 10.34%
R=39.24%
G=50.42%
B=10.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal186239490.2200.790.0676.7485.5956.47
HexBAEF311604F64d5638
Octal27235761260117611512670
Binary1011101011101111110001101100100111111010011011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEF31; }

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

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

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

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

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

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

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

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