#BAF04F

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

Shades of Conifer #BAF04F

Tints of Conifer #BAF04F

Color information

#BAF04F (or 0xBAF04F) is unknown color: approx Conifer. HEX triplet: BA, F0 and 4F. RGB value is (186,240,79). Sum of RGB (Red+Green+Blue) = 186+240+79=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF04F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF04F is #450FB0. Grayscale: #CECECE. Windows color (decimal): -4526001 or 5238970. OLE color: 5238970.

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

Color convert

RGB18624079-
CMYK0.2200.670.06
HSL80.12º84.29%62.55%-
HSV(B)80.12º67.08%94.12%-
XYZ52.8273.3218.77-
YUV205.556.61114.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 240 (94.14% from 255) = 47.52%
BLUE value IS 79 (31.25% from 255) = 15.64%
R=36.83%
G=47.52%
B=15.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal186240790.2200.670.0680.1284.2962.55
HexBAF04F16043650543f
Octal272360117260103612012477
Binary10111010111100001001111101100100001111010100001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF04F; }

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

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

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

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

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

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

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

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