#baf029

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

Shades of Green Yellow #BAF029

Tints of Green Yellow #BAF029

Color information

#BAF029 (or 0xBAF029) is unknown color: approx Green Yellow. HEX triplet: BA, F0 and 29. RGB value is (186,240,41). Sum of RGB (Red+Green+Blue) = 186+240+41=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 41 (16.41% from 255 or 8.78% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF029 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF029 is #450FD6. Grayscale: #C9C9C9. Windows color (decimal): -4526039 or 2748602. OLE color: 2748602.

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

Color convert

RGB18624041-
CMYK0.2200.830.06
HSL76.28º86.9%55.1%-
HSV(B)76.28º82.92%94.12%-
XYZ51.8172.9213.44-
YUV201.1737.61117.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 240 (94.14% from 255) = 51.39%
BLUE value IS 41 (16.41% from 255) = 8.78%
R=39.83%
G=51.39%
B=8.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal186240410.2200.830.0676.2886.955.1
HexBAF0291605364c5737
Octal27236051260123611412767
Binary1011101011110000101001101100101001111010011001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baf029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baf029; }

 p { color: rgb(186,240,41); }

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

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

 a { background-color: rgb(186,240,41); }

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

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

 span { border-color: rgb(186,240,41); }

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