#BAF342

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

Shades of Green Yellow #BAF342

Tints of Green Yellow #BAF342

Color information

#BAF342 (or 0xBAF342) is unknown color: approx Green Yellow. HEX triplet: BA, F3 and 42. RGB value is (186,243,66). Sum of RGB (Red+Green+Blue) = 186+243+66=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 66 (26.17% from 255 or 13.33% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF342 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF342 is #450CBD. Grayscale: #CECECE. Windows color (decimal): -4525246 or 4387770. OLE color: 4387770.

HSL color Cylindrical-coordinate representation of color #BAF342: hue angle of 79.32º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAF342 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB18624366-
CMYK0.2300.730.05
HSL79.32º88.06%60.59%-
HSV(B)79.32º72.84%95.29%-
XYZ53.2874.9316.81-
YUV205.7849.12113.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 243 (95.31% from 255) = 49.09%
BLUE value IS 66 (26.17% from 255) = 13.33%
R=37.58%
G=49.09%
B=13.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186243660.2300.730.0579.3288.0660.59
HexBAF3421704954f583d
Octal272363102270111511713075
Binary10111010111100111000010101110100100110110011111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF342; }

 p { color: rgb(186,243,66); }

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

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

 a { background-color: rgb(186,243,66); }

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

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

 span { border-color: rgb(186,243,66); }

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