#BAF540

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

Shades of Green Yellow #BAF540

Tints of Green Yellow #BAF540

Color information

#BAF540 (or 0xBAF540) is unknown color: approx Green Yellow. HEX triplet: BA, F5 and 40. RGB value is (186,245,64). Sum of RGB (Red+Green+Blue) = 186+245+64=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF540 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF540 is #450ABF. Grayscale: #CFCFCF. Windows color (decimal): -4524736 or 4257210. OLE color: 4257210.

HSL color Cylindrical-coordinate representation of color #BAF540: hue angle of 79.56º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAF540 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB18624564-
CMYK0.2400.740.04
HSL79.56º90.05%60.59%-
HSV(B)79.56º73.88%96.08%-
XYZ53.8376.1116.7-
YUV206.7247.45113.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 245 (96.09% from 255) = 49.49%
BLUE value IS 64 (25.39% from 255) = 12.93%
R=37.58%
G=49.49%
B=12.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186245640.2400.740.0479.5690.0560.59
HexBAF5401804A4505a3d
Octal272365100300112412013275
Binary10111010111101011000000110000100101010010100001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF540; }

 p { color: rgb(186,245,64); }

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

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

 a { background-color: rgb(186,245,64); }

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

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

 span { border-color: rgb(186,245,64); }

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