#BAF441

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

Shades of Green Yellow #BAF441

Tints of Green Yellow #BAF441

Color information

#BAF441 (or 0xBAF441) is unknown color: approx Green Yellow. HEX triplet: BA, F4 and 41. RGB value is (186,244,65). Sum of RGB (Red+Green+Blue) = 186+244+65=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF441 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF441 is #450BBE. Grayscale: #CECECE. Windows color (decimal): -4524991 or 4322490. OLE color: 4322490.

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

Color convert

RGB18624465-
CMYK0.2400.730.04
HSL79.44º89.05%60.59%-
HSV(B)79.44º73.36%95.69%-
XYZ53.5575.5216.76-
YUV206.2548.28113.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 244 (95.70% from 255) = 49.29%
BLUE value IS 65 (25.78% from 255) = 13.13%
R=37.58%
G=49.29%
B=13.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186244650.2400.730.0479.4489.0560.59
HexBAF4411804944f593d
Octal272364101300111411713175
Binary10111010111101001000001110000100100110010011111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF441; }

 p { color: rgb(186,244,65); }

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

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

 a { background-color: rgb(186,244,65); }

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

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

 span { border-color: rgb(186,244,65); }

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