#BAFF40

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

Shades of Green Yellow #BAFF40

Tints of Green Yellow #BAFF40

Color information

#BAFF40 (or 0xBAFF40) is unknown color: approx Green Yellow. HEX triplet: BA, FF and 40. RGB value is (186,255,64). Sum of RGB (Red+Green+Blue) = 186+255+64=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAFF40 is #4500BF. Grayscale: #D5D5D5. Windows color (decimal): -4522176 or 4259770. OLE color: 4259770.

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

Color convert

RGB18625564-
CMYK0.2700.750
HSL81.68º100%62.55%-
HSV(B)81.68º74.9%100%-
XYZ56.9482.3317.74-
YUV212.644.14109.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 255 (100% from 255) = 50.50%
BLUE value IS 64 (25.39% from 255) = 12.67%
R=36.83%
G=50.50%
B=12.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186255640.2700.75081.6810062.55
HexBAFF401B04B052643f
Octal272377100330113012214477
Binary101110101111111110000001101101001011010100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFF40; }

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

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

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

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

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

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

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

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