#BAF25E

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

Shades of Conifer #BAF25E

Tints of Conifer #BAF25E

Color information

#BAF25E (or 0xBAF25E) is unknown color: approx Conifer. HEX triplet: BA, F2 and 5E. RGB value is (186,242,94). Sum of RGB (Red+Green+Blue) = 186+242+94=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF25E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF25E is #450DA1. Grayscale: #D0D0D0. Windows color (decimal): -4525474 or 6222522. OLE color: 6222522.

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

Color convert

RGB18624294-
CMYK0.2300.610.05
HSL82.7º85.06%65.88%-
HSV(B)82.7º61.16%94.9%-
XYZ54.0274.7522.17-
YUV208.3863.45112.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 242 (94.92% from 255) = 46.36%
BLUE value IS 94 (37.11% from 255) = 18.01%
R=35.63%
G=46.36%
B=18.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186242940.2300.610.0582.785.0665.88
HexBAF25E1703D5535542
Octal272362136270755123125102
Binary10111010111100101011110101110111101101101001110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF25E; }

 p { color: rgb(186,242,94); }

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

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

 a { background-color: rgb(186,242,94); }

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

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

 span { border-color: rgb(186,242,94); }

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